HTTPS 503 and 502 Bad Gateway

Hello,

I’ve been attempting to connect to one of my PC’s IPMI outside of my local network, but have been having no luck and cannot find what to do outside of possibly figuring something out with my local windows DNS and IIS. Accessing the IPMI web interface requires HTTPS, and in the config I have simply:

gamingipmi:
  type: http
  region: us
  to: x.x.x.x:443
  reserved_domain:
subdomain.loclx.io
(with and without the following)
  plugins:
    https_redirect: true

When I try to punch in http or https://subdomain.loclx.io into a web browser, I get a page titled “502 BAD GATEWAY” with “503 your local address is unreachable”.

I can access x.x.x.x:443 locally just fine, but unable to use localxpose. I have other tunnels running without issue, but they are not HTTPS. Is there an extra bit of code I’m missing for the yaml that I’m not seeing in the documentation?

Any help would be much appreciated.

Thank you