{"id":835,"date":"2023-04-20T12:15:54","date_gmt":"2023-04-20T12:15:54","guid":{"rendered":"https:\/\/turtleflyblog.com\/?p=835"},"modified":"2023-04-20T12:15:56","modified_gmt":"2023-04-20T12:15:56","slug":"unable-to-configure-https-endpoint-no-server-certificate-was-specified-and-the-default-developer-certificate-could-not-be-found-2","status":"publish","type":"post","link":"https:\/\/turtleflyblog.com\/en\/2023\/04\/20\/unable-to-configure-https-endpoint-no-server-certificate-was-specified-and-the-default-developer-certificate-could-not-be-found-2\/","title":{"rendered":"Unable to configure HTTPS endpoint. No server certificate was specified, and the default developer certificate could not be found"},"content":{"rendered":"\n
This is because .NET Core pre-set to using HTTPS protocol. If the certificate is not installed, this error will be reported. To resolve this issue, execute the following dotnet command.<\/p>\n\n\n\n
dotnet dev-certs https \u2013trust<\/p>\n\n\n\n