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
The Go standard library offers multi different modes for verifying client certificates: https://golang.org/pkg/crypto/tls/#ClientAuthType.
Currently, by setting mint.Config.RequireClientAuth, mint requires a certificate, but doesn't verify it, i.e. only the type tls.RequireAnyClientCert.
The text was updated successfully, but these errors were encountered:
The Go standard library offers multi different modes for verifying client certificates: https://golang.org/pkg/crypto/tls/#ClientAuthType.
Currently, by setting
mint.Config.RequireClientAuth
, mint requires a certificate, but doesn't verify it, i.e. only the typetls.RequireAnyClientCert
.The text was updated successfully, but these errors were encountered: