Python Forum

Full Version: Recover the versions of SSL/TLS used by a website
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello

I would like to write a script python (version 2.7) which permit me to déterminate which versions of SSL/TLS (and the cryptographic algorithms) are accepted by a website.
I've got a constraint for my project : only use modules from the standard librairie.

To recover this informations, i thought to look the certificate of the website but i only can got the acual version of SSL/TLS used for the current communication. But what i want is to know, for each versions of SSL/TLS if the website support them.

So, i'm not sure that recover the certificate is the good way to solve my problem

SO, have you some ideas to help me ?

Thanks :)