mirror of
https://github.com/traefik/traefik.git
synced 2025-08-17 20:17:05 +02:00
insecureSkipVerify for the passTLSCert transport
This commit is contained in:
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user