Merge pull request 'add sslargs in HttpUtils_NonblockingGet Call' (#8) from patch-sslProblem into devel

Reviewed-on: #8
This commit is contained in:
Marko Oldenburg 2021-07-05 13:14:03 +02:00
commit 94103fbcd6
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,
}