'Localhost uses unsupported protocol
I am trying to run an Asp.net Core application using Visual Studio 2019 in Chrome browser but i'm getting the following error:
"This site can’t provide a secure connection localhost uses an unsupported protocol. ERR_SSL_VERSION_OR_CIPHER_MISMATCH Unsupported protocol The client and server don't support a common SSL protocol version or cipher suite."
I tried repairing IIS Express 10, clearing browser data and certificates cache, deleting .vs folder,
But My .NET Core web apps are not working in Chrome. How to solve this??
Solution 1:[1]
to solve this problem, Restarting might help. if that does not works, you may try using another browser
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Swapneel Mal |
