Prestashop - ecommerce online shop

From Skytech
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