ASP.NET Core: Unable to configure HTTPS endpoint

asp.net core debugging time appears

Unhandled Exception: System.InvalidOperationException: Unable to configure HTTPS endpoint. 
解决办法:
  1. dotnet dev-certs https --clean
  2. dotnet dev-certs https -t

Guess you like

Origin www.cnblogs.com/qidong/p/11421247.html