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

70_PHTV: fix SSL_verify_mode

git-svn-id: https://svn.fhem.de/fhem/trunk@17856 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jpawlowski 2018-11-27 20:08:51 +00:00
parent 7837256fe2
commit 4ca58a99e5

@ -1578,7 +1578,7 @@ sub PHTV_SendCommand($$;$$$) {
'Accept-Charset' => 'UTF-8',
},
sslargs => {
SSL_verify_mode => 'SSL_VERIFY_NONE',
SSL_verify_mode => 0,
},
}
);