bzero Posted April 6, 2019 Share Posted April 6, 2019 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 More sharing options...
amorpheous Posted November 6, 2020 Share Posted November 6, 2020 Hi, I get the exact same issue, did you manage to fix it? Thanks. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now