I've installed Visual Studio 2019 and uninstalled Visual Studio 2017.
Now if I start an ASP.NET (Core) site with https, it always say on Chrome:
This site can’t provide a secure connection
or on Edge
Can’t connect securely to this page
Chrome:
Edge:
The URLs are correct. This also the same http://localhost:56784/ (it redirects to https)
What I've tried:
I think the issue is introduced by:
The underlining issue looks like a wrong/old/not supported TLS version?
What can I do to diagnose/fix the problem?