[issue35324] ssl: FileNotFoundError when do handshake

Windson Yang report at bugs.python.org
Thu Dec 20 08:24:44 EST 2018


Windson Yang <wiwindson at outlook.com> 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 message is send to the peer.

I guess OpenSSL refuse your IP address and port.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35324>
_______________________________________


More information about the Python-bugs-list mailing list