You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: