Message339656
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. |
|
Date |
User |
Action |
Args |
2019-04-08 16:22:15 | ruluk | set | recipients:
+ ruluk, christian.heimes, benjamin.peterson, cedricvanrompay |
2019-04-08 16:22:15 | ruluk | set | messageid: <1554740535.9.0.472482501028.issue35422@roundup.psfhosted.org> |
2019-04-08 16:22:15 | ruluk | link | issue35422 messages |
2019-04-08 16:22:15 | ruluk | create | |
|