Jump to content

HAProxy SSL load balancer and Nginx backend issue


bzero

Recommended Posts

Hello,

i am running Prestashop 1.7 on nginx backend and using HAProxy as SSL terminator, but i am unable to get Prestashop work.

Public access ------(https)-------->HAProxy----------(http)---------------Nginx (host Prestashop).

Then, if i enable SSL by using sql command:

> UPDATE ps_configuration SET value = 1 WHERE name='PS_COOKIE_CHECKIP';

> UPDATE ps_configuration SET value = 1 WHERE name='PS_SSL_ENABLED';

> UPDATE ps_configuration SET value = 1 WHERE name='PS_SSL_ENABLED_EVERYWHERE';

 

i got Redirect loop, and unable to access my prestashop frontend site .

Please share how to make it works.

Thank you.

Link to comment
Share on other sites

  • 1 year later...

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