From b1991cad3e9acf5266d9a90421c6f422ae22725a Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Tue, 19 Nov 2019 17:54:11 -1000 Subject: [PATCH] Update enforcing-ssl.md (#15774) * Update enforcing-ssl.md * Update aspnetcore/security/enforcing-ssl.md Co-Authored-By: Luke Latham <1622880+guardrex@users.noreply.github.com> --- aspnetcore/security/enforcing-ssl.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aspnetcore/security/enforcing-ssl.md b/aspnetcore/security/enforcing-ssl.md index ec105c9d36..93e1433a5e 100644 --- a/aspnetcore/security/enforcing-ssl.md +++ b/aspnetcore/security/enforcing-ssl.md @@ -411,6 +411,8 @@ dotnet dev-certs https --trust Close any browser instances open. Open a new browser window to app. +See [HTTPS Error using IIS Express (aspnet/AspNetCore #16892)](https://github.com/aspnet/AspNetCore/issues/16892) for troubleshooting certificate issues with Visual Studio. + ## Additional information *