-
Notifications
You must be signed in to change notification settings - Fork 25.1k
Closed
Milestone
Description
See dotnet/aspnetcore#2308
javiercn
to review.
- provide URL for .NET Core CLI fwlink that tells how to trust cert, how to set up HTTPS go here See 2:40 in video
- Add HttpsRedirection and Hsts middleware documentation #4568
- Add section on dotnet dev-certs https , more detail below
- Need at least a H2 in Enforcing HTTPS in an ASP.NET Core app for Certificate missing error . Someone in the PU requested this, they have a fwlink that will point to this. I think this was more aimed at server and not dev.
- We don't recommend using RequireHttpsAttribute and I'm going to suggest deprecating it. Use 2.1 templates approach which uses
app.RedirectToHttps
See also New kestrel configuration & related APIs #5056 and https://blogs.msdn.microsoft.com/webdev/2018/02/02/asp-net-core-2-1-roadmap/#security
Metadata
Metadata
Assignees
Labels
No labels