You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a [new issue] for related bugs.
If you feel like there's important points made in this discussion, please include those exceprts into that [new issue].
[new issue]: https://github.com/aio-libs/aiohttp/issues/new
Long story short
Proposal to fix #949
There is an idea discussed with @asvetlov offline: automatically patch Python runtime by https://github.com/aio-libs/idna_ssl if Python version is lower then 3.7
Expected behaviour
ssl.CertificateError
works correct for idna hostsActual behaviour
ssl.CertificateError
is raisedSteps to reproduce
Your environment
aiohttp server master
Python 3.6.2
The text was updated successfully, but these errors were encountered: