Fix ssl behind haproxy ssl-terminator¶
Prestashop: https://www.prestashop.com/en/
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