Alejandro Mery Posted November 9, 2021 Share Posted November 9, 2021 (edited) Hi, I'm trying to setup a prestashop 1.7.8.x using the included docker-compose.yaml but behind traefik. traefik as reverse proxy manages the TLS part and then connects to the apache on your image using plain 80/tcp. unfortunately I get into a redirect loop to https://${PS_DOMAIN}/. how can I disable that behavior? update: it's worth mentioning that injecting a simple script the the following, works as intended and without redirect. <?php phpinfo; ?> and shows X-Forwarded-Proto being set to https Edited November 9, 2021 by Alejandro Mery comment about X-Forwarded-Proto (see edit history) Link to comment Share on other sites More sharing options...
Alejandro Mery Posted November 9, 2021 Author Share Posted November 9, 2021 manually enabling TLS on the database solved the problem update ps_configuration set value=1 where name like 'PS_SSL_ENABLED%'; 1 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