Skip to content
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

Certificates and HTTPS #9355

Closed
killnine opened this issue Oct 31, 2018 — with docs.microsoft.com · 1 comment
Closed

Certificates and HTTPS #9355

killnine opened this issue Oct 31, 2018 — with docs.microsoft.com · 1 comment
Labels
Source - Docs.ms Docs Customer feedback via GitHub Issue

Comments

Copy link

killnine commented Oct 31, 2018

Back in the summer I set up a aspnetcore 2.0 project and everything pretty much worked out of the box. Now I've set up a 2.1 project and Kestrel immediately complains about not having certificates installed as part of its move toward HTTPS by default.

When not in a docker environment, this is fine. It's like 1 command to add the development certificates to work locally on your machine. But this issue isn't clearly explained, resolved, or automated when working with Docker.

What's the right path? Some say to not use HTTPS in docker (where your ingress point would strip off SSL for performance reasons) but I find that hard to believe as a best practice. Is there any way the documentation can discuss this?

Similar stackoverflow question: https://stackoverflow.com/questions/52167612/unable-to-create-a-dev-certificate-for-an-asp-net-core-web-app-in-a-docker-conta


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

@dotnet-bot dotnet-bot added the Source - Docs.ms Docs Customer feedback via GitHub Issue label Oct 31, 2018
@guardrex
Copy link
Collaborator

Hello @killnine ... this is a duplicate of #6199 (with a little bit more discussion, perhaps overlap, on #3310). I'll close here, and you can track the work on #6199.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Source - Docs.ms Docs Customer feedback via GitHub Issue
Projects
None yet
Development

No branches or pull requests

3 participants