Interrupting handshake on QUIC_CONNECTION_EVENT_PEER_CERTIFICATE_RECEIVED #2906
Answered
by
nibanks
fernandoherrerav
asked this question in
Q&A
-
Hi, I am validating some certificate conditions on QUIC_CONNECTION_EVENT_PEER_CERTIFICATE_RECEIVED on the server connection callback. If they fail, How can I gracefully prevent the handshake from succeeding? |
Beta Was this translation helpful? Give feedback.
Answered by
nibanks
Jul 22, 2022
Replies: 1 comment 1 reply
-
You can return an error. See the code here that handles the return code from your event. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
fernandoherrerav
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can return an error. See the code here that handles the return code from your event.