jolly-article-34050
08/26/2022, 7:41 AMwooden-king-30682
08/26/2022, 8:03 AMdeploy.dev.yml
if SSL is enabled:
docker:
ssl:
enabled: true
redirect: true
If not, please adjust it and rebuild your containerswooden-king-30682
08/26/2022, 8:04 AM$config[SessionConstants::ZED_SSL_ENABLED]
= $config[SessionConstants::YVES_SSL_ENABLED]
= $config[RouterConstants::YVES_IS_SSL_ENABLED]
= $config[RouterConstants::ZED_IS_SSL_ENABLED]
= $config[ApplicationConstants::ZED_SSL_ENABLED]
= $config[ApplicationConstants::YVES_SSL_ENABLED]
= true;
In your application configuration.
After you activated SSL you can no longer call the local shop without httpsjolly-article-34050
08/26/2022, 10:34 AM