Antoine Pitrou added the comment:

We should probably change the default value for the *ssl_version* parameter.
In the meantime, you can workaround this simply with:

cert = ssl.get_server_certificate((XXXX, 443), ssl.PROTOCOL_SSLv23)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24545>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to