[issue16361] HTTPS/TLS Problem in Python 3.3

Antoine Pitrou report at bugs.python.org
Tue Oct 30 20:18:10 CET 2012


Antoine Pitrou added the comment:

It looks like we use OpenSSL 1.0.1c for Python 3.3 Windows builds, which would explain the different Client Hello. In your capture, the client identifies itself as TLS 1.2, while on my Linux box it's TLS 1.0.

I'm uploading the decoded protocol tree of the two handshakes.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16361>
_______________________________________


More information about the Python-bugs-list mailing list