MVC Designer with SSL Offloading
Posted: Mon Aug 17, 2015 12:44 pm
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
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