quic icon indicating copy to clipboard operation
quic copied to clipboard

Client credentials

Open dpwiz opened this issue 1 year ago • 2 comments

The ccCredentials config field is not exported and indeed not used anywhere in the repo.

So, it is not currently possible to use client certificate authentication?

dpwiz avatar Apr 11 '23 18:04 dpwiz

It is not supported yet. Though I'm also the maintainer of the tls package, I don't know that its client certificate authentication works well. Maybe good time to check it.

kazu-yamamoto avatar Apr 12 '23 01:04 kazu-yamamoto

With #60, you can now select a client certificate on client side. This can be achieved by overriding the ClientHooks.onCertificateRequest function of the ccTlsHooks parameter.

bjin avatar Jan 07 '24 16:01 bjin