add sslargs in HttpUtils_NonblockingGet Call

This commit is contained in:
2021-07-05 13:06:14 +02:00
parent 40df6515e4
commit 819f553c58
2 changed files with 2 additions and 1 deletions

View File

@@ -494,6 +494,7 @@ sub Write {
header => $header,
hash => $hash,
setCmd => $path,
sslargs => { SSL_hostname => 0, verify_hostname => 0, SSL_verify_mode => 0 },
doTrigger => 1,
callback => \&ErrorHandling,
}