HTTPS Reverse Proxy for Dashboard

Started by jdl, March 25, 2013, 02:49:04 PM

Previous topic - Next topic

jdl

Hi,

We are currently trying to setup a HTTPS Reverse Proxy for accessing the Dashboard.
A server placed on a private network hosts NetXMS 1.2.5 and Dashboard. A Reverse Proxy in the DMZ is accessible via HTTPS only.

Currently, we see the client request on https://<public_IP>/nxmc/ forwarded to the internal server correctly as http://<private_IP>:8080/nxmc/. NetXMS internal server replies with a 302 (Page moved) with appropriate URL (http://<public_IP>/nxmc/nxmc?start=org.netxms.webui.core.nxmc) except that it is HTTP and not HTTPS. Do you have an idea how we could have HTTPS instead of HTTP?

FYI: when we provide directly the final URL (https://<public_IP>/nxmc/nxmc?start=org.netxms.webui.core.nxmc - note: HTTPS), everything works fine.

Many thanks in advance.
Best regards,

JDamien