MadSc13ntist
MadSc13ntist

Reputation: 21460

Python3: ssl cert information

I have been trying to get information regarding expired ssl certificates using python 3 but it would be nice to be able to get as verbose a workup as possible. any takers? So far i have been trying to use urllib.request to get this info (to no avail), does this strike anyone as foolish?

I have seen some examples of similar work using older versions of python, but nothing using v3. http://objectmix.com/python/737581-re-urllib-getting-ssl-certificate-info.html http://www.mail-archive.com/[email protected]/msg208150.html

Upvotes: 1

Views: 1349

Answers (1)

Ewan Todd
Ewan Todd

Reputation: 7312

The 3.1.1 documentation for SSL has an example.

Upvotes: 1

Related Questions