Uh oh!
There was an error while loading. Please reload this page.
Why is checking of commonName for hostname disabled? #2978
Replies: 0 comments
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I'm fairly new to TLS. I've been trying to connect over TLS and was confused why it wasn't working. I now see that it was failing because my certificate only has a CN, no SAN which is explicitly disabled here https://github.com/encode/httpx/blob/master/httpx/_config.py#L138. curl doesn't seem to have this behaviour and neither does
ssl.create_default_contextso I am curious why this is explicitly set?All reactions