[SOLVED] Android app ssl handshake failed

Hello,
I recently installed openhab android application and used this tutorial https://www.youtube.com/watch?v=KY1zpmlINRk on how to access server from android app and all i’ve got is this error SSL handshake failed


thank you in advance
Jaka

Did you use https for the local URL when you configured it?

yes i did

Then you didn’t follow the video as closely as you should have.

image

Starting at time 0:52.

Unfortunately, OH is full is little details like this that you have to get right. If you are following a tutorial and something doesn’t work, review the tutorial again and even a third time to make sure there isn’t a minor detail that you missed.

This kind of error shouldn’t be possible in the future when this PR gets merged: https://github.com/openhab/openhab-android/pull/1189
I’ll now see an error if trying to save an url like “http://openhab:8443” or “https://openhab:8080”.

1 Like

Thanks. Working.