Replies: 1 comment 2 replies
-
QUIC uses TLS mandatorily, so the server cannot do the handshake without a certificate. For testing, you could create a certificate with OpenSSL and use that every time. |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I do not want to use TLS, and how to keep the QUIC Server up and running ?
I had set Server's and Client's CredConfig.Type is QUIC_CREDENTIAL_TYPE_NONE and CredConfig.Flags is QUIC_CREDENTIAL_FLAG_NO_CERTIFICATE_VALIDATION.
But when I start a new connection, it will callback the event: Shut down by transport
Beta Was this translation helpful? Give feedback.
All reactions