Created a new template ASP.Net Core 3.1 MVC web app. When I attempt to debug it using IIS Express I get the following error in firefox:
Secure Connection Failed
An error occurred during a connection to localhost:44354. Peer using unsupported version of security protocol.
Error code: SSL_ERROR_UNSUPPORTED_VERSION
I attempted to delete all of my localhost certificates with MMC, repair IIS Express to install a new one. When attempting to debug it asks me to trust the certificate, I press yes, but this error still appears.
I am on windows 7 if that matters.