forked from TrueCloudLab/certificates
parent
0ec75c98cf
commit
02a5879cfe
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ func newInsecureClient() *uaClient {
|
|||
return &uaClient{
|
||||
Client: &http.Client{
|
||||
Transport: &http.Transport{
|
||||
Proxy: http.ProxyFromEnvironment,
|
||||
TLSClientConfig: &tls.Config{InsecureSkipVerify: true},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue