mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-08 01:14:19 +00:00
70_PHTV: SSL_verify_mode = 0
git-svn-id: https://svn.fhem.de/fhem/trunk@13464 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
4ca8da6a57
commit
dbffc3fa5d
@ -1556,6 +1556,9 @@ sub PHTV_SendCommand($$;$$$) {
|
||||
header => {
|
||||
'Content-Type' => 'application/json',
|
||||
},
|
||||
sslargs => {
|
||||
SSL_verify_mode => 0,
|
||||
},
|
||||
}
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user