Wayne Thompson

Documenting my adventures between curly braces.

Monday, August 20, 2018 asp.net, dotnet, ssl, certificates

Unable to configure HTTPS endpoint. No server certificate was specified, and the default developer certificate could not be found.

Unable to configure HTTPS endpoint. No server certificate was specified, and the default developer certificate could not be found.

Today we noticed something strange happen with our dotnet core web apps. They started to throw an error when we ran them on the commandline "System.InvalidOperationException: Unable to configure HTTPS endpoint"…