forked from Ivasoft/traefik
insecureSkipVerify for the passTLSCert transport
This commit is contained in:
committed by
Traefiker Bot
parent
c289279d24
commit
5fed947eaa
@@ -211,6 +211,7 @@ func (s *Server) getRoundTripper(entryPointName string, passTLSCert bool, tls *t
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("failed to create TLSClientConfig: %v", err)
|
||||
}
|
||||
tlsConfig.InsecureSkipVerify = s.globalConfiguration.InsecureSkipVerify
|
||||
|
||||
transport, err := createHTTPTransport(s.globalConfiguration)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user