ASP.NET Core: Unable to configure HTTPS endpoint

asp.net core调试的时候出现

Unhandled Exception: System.InvalidOperationException: Unable to configure HTTPS endpoint. 
解决办法:
  1. dotnet dev-certs https --clean
  2. dotnet dev-certs https -t
作者:qidong
本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须在文章页面给出原文连接,否则保留追究法律责任的权利。
原文地址:https://www.cnblogs.com/qidong/p/11421247.html