aspnetcore: [CommandLineTools] Blazor server template example doesn't load in FF/GC due to ERR_HTTP2_INADEQUATE_TRANSPORT_SECURITY
Blazor server template example doesn’t load in Firefox or Google Chrome for the non-IIS execution profile. The encountered error is along the lines of ‘inadequate security’ in both web browsers. A trust certificate for dotnet has been installed using the dotnet dev-certs https --trust
command. Any ideas on how to best proceed? Thanks.
OS: Windows 10.0.17763 Build 17763 Error code on Firefox (v69.0.3): NS_ERROR_NET_INADEQUATE_SECURITY Error code on Google Chrome (v77.0.3865.120): ERR_HTTP2_INADEQUATE_TRANSPORT_SECURITY Both the OS and browsers are 64-bit.
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 19 (9 by maintainers)
No worries. In general, as a repo maintainer, I’d prefer just filing new bugs and later discovering they were duplicates, so don’t worry about filing a new bug even if you see a closed one that may be related!
@mrtristan Looks different to what we resolved here. I’d suggest filing a new bug. Comments on closed bugs get lost very easily 😃.