Can't get OH remote access with my.openhab.org

Hi all,

Couldn’t find a topic about getting remote access to OH through my.openhab.org so I decided to ask here for help.
I followed all the instructions on my.openhab.org meaning that I’ve created an account, I did all the requirement like writing the uuid and the secret key, on the Rpi I have Java 1.8.0, on the IOS I use the right username and password and so on but still can’t get access to OH out of the lan network!
Can some one please help me?

Thanks in advance!

PS: by now I used an free ddns account to connect to OH but now they’ve changed the site and can’t use it anymore!

Maybe you are affected by the recent certification change in my openhab and you have to update your java version. You can find a lot of helpful answers here:

To check your java version just type
java -version
on the console, version should be

java version "1.8.0_101"
Java(TM) SE Runtime Environment (build 1.8.0_101-b13)
Java HotSpot(TM) Client VM (build 25.101-b13, mixed mode)

Older java version than 101 don’t work!