This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients loewis, neologix, pitrou, pventura
Date 2012-10-30.19:18:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351624690.08.0.250036025335.issue16361@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-10-30 19:18:10pitrousetrecipients: + pitrou, loewis, neologix, pventura
2012-10-30 19:18:10pitrousetmessageid: <1351624690.08.0.250036025335.issue16361@psf.upfronthosting.co.za>
2012-10-30 19:18:10pitroulinkissue16361 messages
2012-10-30 19:18:09pitroucreate