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

pull/8579/head
matias-portainer 2023-03-01 17:52:29 -03:00 committed by GitHub
parent c819d4e7f7
commit a45ef3d72e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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