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:
parent
c819d4e7f7
commit
a45ef3d72e
1 changed files with 0 additions and 1 deletions
|
@ -65,7 +65,6 @@ func NewAzureClient() *azureClient {
|
||||||
|
|
||||||
func newHttpClientForAzure() *http.Client {
|
func newHttpClientForAzure() *http.Client {
|
||||||
tlsConfig := crypto.CreateTLSConfiguration()
|
tlsConfig := crypto.CreateTLSConfiguration()
|
||||||
tlsConfig.InsecureSkipVerify = true
|
|
||||||
|
|
||||||
httpsCli := &http.Client{
|
httpsCli := &http.Client{
|
||||||
Transport: &http.Transport{
|
Transport: &http.Transport{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue