Skip to content

Commit ed045e6

Browse files
committed
Properly handle ssl-no-verify
1 parent 9d8a469 commit ed045e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/cloud/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ func ReadConfig(configFilePath string) (*Config, error) {
4141
APIURL: cfg.Global.APIURL,
4242
APIKey: cfg.Global.APIKey,
4343
SecretKey: cfg.Global.SecretKey,
44-
VerifySSL: cfg.Global.SSLNoVerify,
44+
VerifySSL: !cfg.Global.SSLNoVerify,
4545
}, nil
4646
}

0 commit comments

Comments
 (0)