SSLeay / Net::SSLeay / How to see who issued the x.509 cert on a web server...

Anthony_Barker anthony_barker at hotmail.com
Fri May 17 10:58:46 EDT 2002


> I'd investigate pyOpenSSL (Sourceforge), M2Crypto (Google) or POW
> (Sourceforge).
> 
> Gerhard

Thanks, pyOpenSSL looks great. 
I just used a quick wrapper around openssl s_client. eg:

openssl s_client -connect www.equifax.com:443  -verify -1

Thanks

Anthony



More information about the Python-list mailing list