Jump to content

redirect loop


Alejandro Mery

Recommended Posts

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 by Alejandro Mery
comment about X-Forwarded-Proto (see edit history)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...