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 ruluk
Recipients benjamin.peterson, cedricvanrompay, christian.heimes, ruluk
Date 2019-04-08.16:22:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554740535.9.0.472482501028.issue35422@roundup.psfhosted.org>
In-reply-to
Content
I would still validate the error somewhere, maybe before reaching the OpenSSL library, because that same error is also shown for other cases. E.g:

http_connection = HTTPSConnection("localhost")
http_connection.request("POST", my_url, my_body, my_headers)

The use of an HTTPS connection for localhost effectively produces the same "SSL: WRONG VERSION NUMBER" error.
History
Date User Action Args
2019-04-08 16:22:15ruluksetrecipients: + ruluk, christian.heimes, benjamin.peterson, cedricvanrompay
2019-04-08 16:22:15ruluksetmessageid: <1554740535.9.0.472482501028.issue35422@roundup.psfhosted.org>
2019-04-08 16:22:15ruluklinkissue35422 messages
2019-04-08 16:22:15rulukcreate