Openhab Private Cloud: Android/IOS Main View Showing Login Page of Cloud

Hi,

I have setup private Openhab Cloud and everything is working fine.

  1. I could access Site Map (Basic UI) from bwowser and Android/IOS app
  2. I could remote access OpenHab MainUI from Chrome, Firebox via the private cloud.

With the above, i assume cloud server setting is correct and working. BUT, when i use Android/IOS app to access Main UI, it prompts me for Username/password of the cloud. I have verified my cloud config.json, and it is correctly configured as below:

 "system": {
        "host": "xx.com",
        "port": "443",
        "protocol": "https",
        "logger" : {
            "dir": "./logs",
            "maxFiles" : "7d",
            "level" : "debug",
            "morganOption" : "dev"
        },
        "proxyHost": "home.xx.com",
        "proxyPort": "443",
        "subDomainCookies": true,
        "muteNotifications": false
    },

Cloud’s nginx server also added the following in ‘/’ location block:


         add_header Set-Cookie X-OPENHAB-AUTH-HEADER=1;
         proxy_set_header Authorization "";

But, problem remains. If you have configured something similar, please give some pointers … cheers.