We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77cbcb9 commit 3ee42cdCopy full SHA for 3ee42cd
tls.go
@@ -39,7 +39,7 @@ func (a *Armor) GetConfigForClient(clientHelloInfo *tls.ClientHelloInfo) (*tls.C
39
// If the host or the clientCAs are not configured the function
40
// returns the default TLS configuration
41
if host == nil || len(host.ClientCAs) == 0 {
42
- return a.setupTLSConfig(), nil
+ return nil, nil
43
}
44
45
// Use existing host config if exist
0 commit comments