URL redirect for SSL

0
I have setup IIS infront of our app which enables all static web files to be handled by IIS ,and all other URLs will be handled by the Mendix application. Now I have installed an SSL certificate but I sit with the problem of redirection. The mendix app is on port 8080, and the website on IIS is on port 80. The managed fusion rewriter directs the request from the IIS website to the mendix application. The SSL binding is on port 443. I have to somehow force users to access SSL(https instead of http), but I cannot setup a redirect from port 80 to port 443 because the rewriter is already directing the requests from port 80(IIS) to 8080(Mendix App). Is there a way to get around this? Any advice would be appreciated! Thanks
asked
0 answers