"ERR_QUIC_PROTOCOL_ERROR" With "appSettings.json" SNI, But Succeeds Without SNI #3964
Unanswered
vindicatorr
asked this question in
Q&A
Replies: 1 comment 3 replies
-
|
Is your cert by any chance self-signed? You should be able to test with |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I don't want to submit this as a bug if it isn't, but will pose this as a question whether or not
appSettings.jsonis being set incorrectly...HTTP/3 SNI - Fail
appSettings.json SNI - Fail:
Debug Log SNI - Fail:
Browser SNI - Fail:
https://localhost:5003/
ERR_QUIC_PROTOCOL_ERRORHTTP/3 No SNI - Success
appSettings.json No SNI - Success:
Debug Log No SNI - Success:
Browser No SNI - Success:
https://localhost:5003/
Hello WorldHTTP/2 SNI - Success
appSettings.json HTTP/2 SNI - Success:
Debug Log HTTP/2 SNI - Success:
Browser HTTP/2 SNI - Success:
https://localhost:5002/
Hello WorldBeta Was this translation helpful? Give feedback.
All reactions