add sslargs in HttpUtils_NonblockingGet Call

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

View File

@ -1,2 +1,2 @@
UPD 2021-04-23_08:24:15 6944 FHEM/46_TeslaPowerwall2AC.pm
UPD 2021-04-23_08:23:08 29179 lib/FHEM/Devices/Tesla/Powerwall.pm
UPD 2021-07-05_13:05:54 29269 lib/FHEM/Devices/Tesla/Powerwall.pm

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,
}