does it check SNI at all? #2471
Answered
by
nibanks
whSwitching
asked this question in
Q&A
-
I'm using msquic_2.0.0_windows_openssl dll, some experiments I did:
question, is this behavior expected or not? or I should handle it in my code ? |
Beta Was this translation helpful? Give feedback.
Answered by
nibanks
Mar 6, 2022
Replies: 1 comment 3 replies
-
When you do unsecure it turns off all certificate validation. If you do certificate validation, it should validate the name in the certificate. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
whSwitching
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When you do unsecure it turns off all certificate validation. If you do certificate validation, it should validate the name in the certificate.