SSL certificate of a server on Windows

COPIN Mathieu. flmat.urt at gmail.com
Tue May 23 04:19:34 EDT 2017


Hi, 

I want to get a server certificate from the host-name.

I know I could do something like :
> call(openssl, s_client, -showcerts, -connect, hostname:port)


But the thing is to do it without openssl because I want to run the script on Windows.

Any suggestions ?
Mathieu



More information about the Python-list mailing list