Openhab 4.3.x windows server & IIS reverse proxy

  • Platform information:
    • Hardware: virtual machine
      • OS: Windows Server 2022
    • openHAB version: 4.2.2
  • Issue of the topic: IIS reverse proxy from serverip/openhab → localhost:8080

Hello do you have some experiences wit setting IIS reverse proxy and mapping subpaths? Openhab is running properly on standard port 8080. IIS reverse proxy is confiured with rewrite and ARR module. Inound rule is set to openhab(/)?(.*) and rewrite url to http://localhost:8080/{R:2}
When i tried to open hostip/openhab it provide blank page. Do you have some working example configuration include setting of inbound rules ? Openhab 2.4.0 worked several years via reverse proxy, but existing configuration not wokring in new IIS and Openhab 4.2.2.

Thanks in advance for any help.

Hi,
Give these posts a look it may help.

About a year or 2 ago I posted this at the time it was for OH3 but it also works for 4.2.2 as I still have a test lab running IIS and OH4.2.2. At the time it was for server 2019 but I think it all still valid for server 2022 as well.