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??