Skip to content

Commit

Permalink
Insecure is default to true
Browse files Browse the repository at this point in the history
  • Loading branch information
jbdalido committed Oct 27, 2014
1 parent 27840d3 commit 7b74553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ func NewVersionnedTLSClient(endpoint string, cert, key, apiVersionString string)
}
tlsConfig := &tls.Config{
Certificates: []tls.Certificate{tlsCert},
InsecureSkipVerify: false,
InsecureSkipVerify: true,
}
tr := &http.Transport{
TLSClientConfig: tlsConfig,
Expand Down

0 comments on commit 7b74553

Please sign in to comment.