Prestashop - ecommerce online shop

From Skytech
Revision as of 15:17, 5 July 2020 by Martin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Fix ssl behind haproxy ssl-terminator

# Login to mysql and:

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

# Add the next line to the .htacces file to avoid teh loop redirect issue with SSL enabled:
SetEnv HTTPS On