-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Content Delivery URL / container isn't accessible via HTTPS #17
Comments
PR coming shortly (once I get access). In the meantime, the fix is to add the following to the
|
@ambrauer this fix works for the CD environment. Thanks! |
ambrauer
pushed a commit
that referenced
this issue
Aug 18, 2020
ambrauer
pushed a commit
that referenced
this issue
Aug 18, 2020
nickwesselman
added a commit
that referenced
this issue
Aug 18, 2020
[Resolves #17] Configure cd service for HTTPS access
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The default Sitecore Compose file (
docker-compose.yml
) doesn't configure thecd
service for HTTPS, but the documentation has it being accessed as such. For example: https://containers.doc.sitecore.com/docs/config-transforms#run-docker-examples. This results in a 404 when browsing https://cd.dockerexamples.localhost.The Compose override files that include the
cd
service (docker-compose.xm1.override.yml
anddocker-compose.xp1.override.yml
) should have this configured appropriately in Traefik for HTTPS access.The text was updated successfully, but these errors were encountered: