Page 1 of 1

MVC Designer with SSL Offloading

Posted: Mon Aug 17, 2015 12:44 pm
by mmelli
Hi,

I built a web application with the StiMvcDesigner (v2014.2).
On the production server there is a Load Balancer that has "SSL offloading" turned on.

So, the client asks for https://myapp.com/pathtodesigner, but the Application sees http://myapp.com/pathtodesigner (since the load balancer make the ssl encryption/decryption and transfer the request to the server machine as a normal request), so the other Actions needed by the designer (such as GetLocalization or GetReportTemplate) are made to the http url (e.g. http://myapp.com/GetLocalization instead of https://myapp.com/GetLocalization).

Is there a way I can instruct the Designer to ask for https addresses?

Thank you,
Matteo

Re: MVC Designer with SSL Offloading

Posted: Mon Aug 17, 2015 1:25 pm
by Vladimir
Hello,

Please check the latest prerelease build of Stimusloft Reports.Web product:
http://www.stimulsoft.com/en/downloads/reports-web

The new version contains improvements in this direction.

Thank you.