Jump to content

Edit History

Alejandro Mery

Alejandro Mery


comment about X-Forwarded-Proto

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

Alejandro Mery

Alejandro Mery


dummy .php that works

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;
?>

 

Alejandro Mery

Alejandro Mery

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?

×
×
  • Create New...