Kestrel should select best dev cert and warn if dev cert is out of date
See original GitHub issueAfter https://github.com/aspnet/AspNetCore/issues/9810 we now have a new “version” field in the dev certificate. Kestrel needs to ensure it always picks the highest version that it supports when loading dev certificates, just in case multiple versions are available. Also, Kestrel should warn if the highest version it finds is earlier than the version Kestrel expects (as defined by a LatestDevCertVersion constant somewhere, likely in the shared certificate manager code)
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

This should be verified on a fresh machine running Windows 10 1903 (check the “About” screen in Windows Settings) and Google Chrome with a process like the following
dotnet runthe appERR_SPDY_INADEQUATE_TRANSPORT_SECURITYerror. If you don’t, stop here, the issue isn’t reproing properly.dotnetCLIWe’re pretty sure this is good now.