-
Documentation states that IP literal can be used for ServerName parameter, |
Beta Was this translation helpful? Give feedback.
Answered by
nibanks
Mar 27, 2022
Replies: 1 comment
-
The protocol and MsQuic API allow it, but the server is still allowed to reject it, and the client might fail to accept the server's certificate if it doesn't have the IP in it. But going on the status code you shared, I'd say the server (app layer, above MsQuic) is rejecting your request. Server logs would likely be needed to verify definitively. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
liwass
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The protocol and MsQuic API allow it, but the server is still allowed to reject it, and the client might fail to accept the server's certificate if it doesn't have the IP in it. But going on the status code you shared, I'd say the server (app layer, above MsQuic) is rejecting your request. Server logs would likely be needed to verify definitively.