Hello community,
my openhab instance works perfectly but the app for iOS (version 2.03 on iOS 12.1.4) does not. A “connecting” message appears at the buttom but nothing happens.
In the log of the reverse proxy which is connected upstream I can see that requests for /rest/sitemaps
with the basic auth username arrive and they are responded (status code 200). But there are also requests for /rest/bindings
without a username and these are dismissed (status code 403).
It is an SSL setup with selfsigned certificates. I think there was no info/warning/question about that when connected the first time.
On my android phone with the android app it works without any problem.
Maybe it’s the same problem as OpenHAB 2.0.3 iOS remotely not working