Setup your own openhab-cloud (myopenhab) server/instance

Followed this tutorial and have everything running, except I cannot get the mobile app to connect to my OpenHAB Cloud remotely. I keep getting “SSL Handshake failed - maybe you need a valid client certificate”.

I’ve tried quite a few things, found a few similar posts but nothing i’ve done has worked. I can access the server on a mobile device remotely using chrome, and the app works locally.

My Setup
-OpenHab 2.1 on windows machine at home (no authentication or SSL via server IP&port)
-OpenHab Cloud running an Amazon Litesail instance (Ubuntu) (HTTPS Domain)
-Both linked and communicating great

I’ve tried enabling “Ignore” boxes in the android app
I’ve used “openssl pkcs12” to generate a .pfx key and imported it into the app. No Luck
I’ve ran a SSL Lab test and removed the ciphers that caused a B result. Everything is now an A
I’ve tried everything I can think of and every solution I could find.
I also don’t see anything in the nginx error.log

I’m not sure if this in a app issue or server setup so I though I would post this here. Seems a few people are having the same issue and haven’t been able to solve, or haven’t posted a solution. Maybe I’m missing something simple…

SOLVED:
The ssl-ciphers list in this tutorial did not work for me with the android app. I made a post about this and have now figured it out:
https://community.openhab.org/t/ssl-handshake-failed-maybe-you-need-a-valid-client-certificate/38080