Skip to content

Commit

Permalink
insecureSkipVerify for the passTLSCert transport
Browse files Browse the repository at this point in the history
  • Loading branch information
jbdoumenjou authored and traefiker committed Jan 30, 2019
1 parent c289279 commit 5fed947
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/server_loadbalancer.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 5fed947

Please sign in to comment.