fix(azure): ensure azure client HTTPS verification EE-4444 (#8137)

pull/8579/head
matias-portainer 2 years ago committed by GitHub
parent c819d4e7f7
commit a45ef3d72e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -65,7 +65,6 @@ func NewAzureClient() *azureClient {
func newHttpClientForAzure() *http.Client {
tlsConfig := crypto.CreateTLSConfiguration()
tlsConfig.InsecureSkipVerify = true
httpsCli := &http.Client{
Transport: &http.Transport{

Loading…
Cancel
Save