IdentityServer4 1.0.0-beta4-update1 和 Visual Studio 2015 Update 3 - SSL 停止工作

IdentityServer4 1.0.0-beta4-update1 and Visual Studio 2015 Update 3 - SSL stopped working

我们将 Identity Server 4 升级到 1.0.0-beta4-update1,并将 Visual Studio 2015 升级到 Update 3,现在我们无法使用 SSL 调试应用程序。

我们收到以下错误:

InvalidOperationException: IDX10803: Unable to obtain configuration from: 'https://localhost:44339/.well-known/openid-configuration'.

您需要将 iisexpress 证书添加到受信任的证书中。

这是一个方法(第 2 号决议):

https://blogs.msdn.microsoft.com/robert_mcmurray/2013/11/15/how-to-trust-the-iis-express-self-signed-certificate/