quic
quic copied to clipboard
Client credentials
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?
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.
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.