Python script To extract SSL certificate issue and expiry date from a specific domain entered by the user in Python 3.11.5, you can use the ssl and socket libraries. Python Program Code: import ssl import socket def SSL_info(domain): try: context = ssl.create_default_context() with socket.create_connection((domain, 443)) as sock: with context.wrap_socket(sock, server_hostname=domain) as ssock: cert = ssock.getpeercert() issue_date = cert[‘notBefore’] expiry_date = cert[‘notAfter’] return issue_date,… Continue reading Python Script To Extract SSL certificate issue and expiry date from a specific domain entered by the user in Python 3.11.5
Author: DDSRY
Hey, DDSRY is a Computer Science Student, Python Programmer, Indian Python Podcaster, and Content Creator.
DDSRY Help Students To Learn Python Programming Language on Social Media.
This Website (ddsry.com) is committed to helping students to Learn Python Programming Language in the easy and best way by DDSRY.
@DDSRY
Crime in Web3 – Metaverse World
In a Web3 world, where everyone has a unique username that is only visible to the user and platform owner, it may be difficult for the police to identify the person responsible for a crime. This could potentially lead to an increase in cybercrime. In the evolving landscape of the Web3 world, where everyone possesses… Continue reading Crime in Web3 – Metaverse World
People Talking About You Behind Your Back – Top Reason why relationships fail
Why Do Relationships Fail? Gossip is the reason for bad relationships between loved once, colleagues, friends, and all. What is the main problem in a relationship? Gossip can seriously harm relationships with loved ones, colleagues, and friends. When we engage in gossip, we break trust and create a negative atmosphere. Gossiping about others’ flaws or… Continue reading People Talking About You Behind Your Back – Top Reason why relationships fail
Lie Vs Truth | Laugh Vs Anger
When you tell a lie, people laugh at you. But when you tell the truth, they get angry. Why do people say they love the truth but they get angry when you speak the truth? Have you ever noticed that when you tell a lie, people often laugh? But when you tell the truth, they… Continue reading Lie Vs Truth | Laugh Vs Anger
In-Game Billboard Advertising | Mobile-Computer Video Game | Meta | Billboard Marketing in Gaming | Innovative Strategies to Engage Players | Out-of-home advertising (OOH)
The extended benefits of advertising in video games: Companies have started placing advertisements within video games, specifically on billboards located within the game’s virtual world. This innovative marketing approach offers a unique and effective way to promote products or services to players while they enjoy their gaming experience. In the ever-evolving world of marketing, advertisers… Continue reading In-Game Billboard Advertising | Mobile-Computer Video Game | Meta | Billboard Marketing in Gaming | Innovative Strategies to Engage Players | Out-of-home advertising (OOH)