mirror of https://github.com/portainer/portainer
fix(azure): ensure azure client HTTPS verification EE-4444 (#8137)
parent
c819d4e7f7
commit
a45ef3d72e
|
@ -65,7 +65,6 @@ func NewAzureClient() *azureClient {
|
|||
|
||||
func newHttpClientForAzure() *http.Client {
|
||||
tlsConfig := crypto.CreateTLSConfiguration()
|
||||
tlsConfig.InsecureSkipVerify = true
|
||||
|
||||
httpsCli := &http.Client{
|
||||
Transport: &http.Transport{
|
||||
|
|
Loading…
Reference in New Issue