本地调试代码时报错:The remote certificate is invalid because of errors in the certificate
执行以下命令即可
dotnet dev-certs https --clean
dotnet dev-certs https --trust
Enforce HTTPS in ASP.NET Core | Microsoft Learn
执行以下命令即可
dotnet dev-certs https --clean
dotnet dev-certs https --trust
Enforce HTTPS in ASP.NET Core | Microsoft Learn