few-tomato-6859
07/28/2023, 10:01 AM$config[RouterConstants::YVES_IS_SSL_ENABLED] = true;
it is redirecting me back and forth between http and https in an endless loop.
I already set the base urls to https using this, but it does not seem to have an effect.
$config[ApplicationConstants::BASE_URL_YVES]
= $config[CustomerConstants::BASE_URL_YVES]
= $config[ProductManagementConstants::BASE_URL_YVES]
= $config[NewsletterConstants::BASE_URL_YVES]
= sprintf(
'<https://%s%s>',
$yvesHost,
$yvesPort !== 80 ? ':' . $yvesPort : ''
);
Is there anything else I have to set?
Also I can't really check the actual contents of BASE_URL_YVES
few-tomato-6859
07/28/2023, 12:22 PMdocker:
ssl:
enabled: true
redirect: true