2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-16 04:36:02 +00:00

50_HP1000: fix SSL_verify_mode

git-svn-id: https://svn.fhem.de/fhem/trunk@17858 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jpawlowski 2018-11-27 20:09:54 +00:00
parent 4c1e0fc4ba
commit 4793062945

View File

@ -1281,7 +1281,7 @@ m/(https?):\/\/([\w\.]+):?(\d+)?([a-zA-Z0-9\~\!\@\#\$\%\^\&\*\(\)_\-\=\+\\\/\?\.
'User-Agent' => 'FHEM-HP1000/1.0.0',
},
sslargs => {
SSL_verify_mode => 'SSL_VERIFY_NONE',
SSL_verify_mode => 0,
},
}
);