Skip to content

Commit

Permalink
Merge branch 'master' into TT-11298
Browse files Browse the repository at this point in the history
  • Loading branch information
sredxny authored Jan 6, 2025
2 parents 3068e15 + e5d8197 commit 3b744bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ func init() {
// We set the http client's Transport to do InsecureSkipVerify to avoid error in case the certificate
// was signed by unknown authority, trusting the user to set up his profile with the correct .well-know URL.
http.DefaultClient.Transport = &http.Transport{
Proxy: http.ProxyFromEnvironment,
TLSClientConfig: &tls.Config{
InsecureSkipVerify: config.SSLInsecureSkipVerify,
},
Expand Down

0 comments on commit 3b744bf

Please sign in to comment.