Christian Heimes <li...@cheimes.de> added the comment:

In the future Python will no longer use its own hostname verification code. 
Instead we are going to rely on OpenSSL to verify the hostname for us. A 
trailing dot also affects SNI. How do OpenSSL's functions 
SSL_set_tlsext_host_name() and X509_VERIFY_PARAM_set1_host() deal with a 
trailing dot?

How do TLS servers such as Apache mod_ssl, Apache mod_nss, nginx, Go's TLS 
server, ... deal with trailing dot in SNI?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31997>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to