[issue37217] SSL socket segfaults during a connect() using a punycode domain containg a umlaut

Christian Heimes report at bugs.python.org
Tue Jun 11 02:25:08 EDT 2019


Christian Heimes <lists at cheimes.de> added the comment:

Yes, this looks like a duplicate of issue30594. kmille, please contact Ubuntu and ask them to apply the fix to 16.04.

By the way, your hostname is not correct. "xn--b" is an invalid punycode. The correct IDNA encoding for the domain looks like this:

>>> "www.buchhandlunggründen.de".encode('idna')
b'www.xn--buchhandlunggrnden-z6b.de'

----------
nosy: +christian.heimes
resolution:  -> out of date
status: open -> closed

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


More information about the Python-bugs-list mailing list