Hello
I try to connect to siemens OZW672.01 web server. When connecting with pc browser it says not safe or problem with certificate etc.
I have code in perl and python to make this work but cannot do it with this. I have tried Jhttputils2SSL to make SSL false and true and tried HttpUtils2Service.bas module with acceptall-line.
https://x.x.x.x/api/auth/login.json?user=username&pwd=password
This should give me a sessioncode that I can use to ask more.
Now with jOKhttputils2 i got
javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
With pearl they disable SSL checking https://forum.fhem.de/index.php?topic=32866.0
Any ideas?
I try to connect to siemens OZW672.01 web server. When connecting with pc browser it says not safe or problem with certificate etc.
I have code in perl and python to make this work but cannot do it with this. I have tried Jhttputils2SSL to make SSL false and true and tried HttpUtils2Service.bas module with acceptall-line.
https://x.x.x.x/api/auth/login.json?user=username&pwd=password
This should give me a sessioncode that I can use to ask more.
Now with jOKhttputils2 i got
javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
With pearl they disable SSL checking https://forum.fhem.de/index.php?topic=32866.0
Any ideas?