1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 13:29:41 +02:00

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

This commit is contained in:
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

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{