[issue35324] ssl: FileNotFoundError when do handshake

2020-10-21 Thread Christian Heimes
Christian Heimes added the comment: I'm not able to reproduce the issue. Please re-open this issue if you are still having issue with more recent version of Python and OpenSSL. -- resolution: -> fixed stage: -> resolved status: open -> closed

[issue35324] ssl: FileNotFoundError when do handshake

2018-12-20 Thread Windson Yang
Windson Yang added the comment: >From the docs Changed in version 3.7: Hostname or IP address is matched by OpenSSL during handshake. The function match_hostname() is no longer used. In case OpenSSL refuses a hostname or IP address, the handshake is aborted early and a TLS alert

[issue35324] ssl: FileNotFoundError when do handshake

2018-12-07 Thread Windson Yang
Windson Yang added the comment: I can't reproduce on my laptop. Would you please upload a minimal example? -- nosy: +Windson Yang ___ Python tracker ___

[issue35324] ssl: FileNotFoundError when do handshake

2018-11-26 Thread joseph...@yahoo.com
New submission from joseph...@yahoo.com : After upgrade my python from 3.6 to 3.7, one of my program got following error msgs and I suppose it is related to the 'ssl' module: Traceback (most recent call last): File "M:\SUPPOR~1\ONEDAY~1\ODD2\lib\site-packages\urllib3\connectionpool.py",