MVC Designer with SSL Offloading

Stimulsoft Reports.WEB discussion
Post Reply
mmelli
Posts: 3
Joined: Thu Apr 10, 2014 7:48 am

MVC Designer with SSL Offloading

Post 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
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Re: MVC Designer with SSL Offloading

Post 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.
Post Reply