How to redirect via HTTPS when RequestHandler is behind IIS with SSL Termination?

1
Hi, I am developing a custom SSO ReguestHandler, which has to run on a Mendix Server behind an IIS. The problem is that incoming HTTPS requests are received by request handler as HTTP requests and are redirected via HTTP. I suspect this switch from HTTPS to HTTP is due to SSL termination in IIS. What is the best way to preserve the original protocol: Switch off SSL Termination in SSL? Force HTTPS by redirecting to an absolute URL with HTTPS protocol (but I have no idea how to get absolute URL -- I see elsewhere that request handlers are using IMxRuntimeRequest, but I could not find any documentation on this class) Something else? Thank you. Andriy
asked
0 answers