Python3: ssl cert information
Posted
by MadSc13ntist
on Stack Overflow
See other posts from Stack Overflow
or by MadSc13ntist
Published on 2009-12-03T15:38:57Z
Indexed on
2010/03/26
12:03 UTC
Read the original article
Hit count: 582
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
© Stack Overflow or respective owner