Replies: 1 comment
-
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am testing quic client sending certificate feature, I need a test server that would send certificate request to client, so my client can detect that request and send back the client certificate to server. I would upload a CA which signed my client cert to server side, I want server to use that CA to verify my client cert.
I saw there is a function called verify_certificate, which is only used by test files.
Beta Was this translation helpful? Give feedback.
All reactions