Close your browsers so that they do not cache the certificate because that will cause other issues.
On the CMD run
dotnet dev-certs https --clean
And then run
dotnet dev-certs https -t
Now, you can then check the certificate with following command
dotnet dev-certs https --check
if this returns nothing which I assume means everything is fine.
Posted On:
21-Apr-2020 04:59