Jump to content

SSL Offloading in Prestashop


Recommended Posts

I would like to use prestashop in my infrastructure. This infrastructure has Load Balancer / RVProxy / App Server.

SSL authentication is on RV Proxy so Prestashop receives requests on port 80 even if the user browses in SSL 443.

 

User -> (https ->) RV Proxy -> (http ->) App Server

 

But Prestsahop put in its responses http link (not https) so the communication is with mixed content (HTTPS page includes content retrieved through regular, cleartext HTTP, then the connection is only partially encrypted).

 

The new browser releases block the mixed content communication, in the particular some scenario is blocked like the adding to the cart. This error id displayed:

Impossible to add the product to the cart.
textStatus: 'error'
errorThrown: '[Exception... "" nsresult: "0x805e0006 ()" location: "JS frame :: https://lotteria.vatican.va/js/jquery/jquery-1.11.0.min.js :: .send :: line 4" data: no]'
responseText:
undefined

 

Many app foresees the option SSL offloading: request in http but in the response https link.

 

Has Prestashop this possibility in configuration or module?

 

Thanks in advantage.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...