Prestashop - ecommerce online shop

From Skytech
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


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