I’m having trouble getting HTTPS to work. Below is my appsettings.json file. I’m getting a “ERR_HTTP2_INADEQUATE_TRANSPORT_SECURITY” message in Chrome when attempting to connect.
I also have two Warning events in Windows Application event log when I start the Universal service, which may be related:
Exception:
System.NullReferenceException: Object reference not set to an instance of an object.
at Universal.Server.Services.SecurityProxy.StopAsync() in C:\src\universal\src\Universal.Server\Services\SecurityProxy.cs:line 77
You need to update .NET on your server and enforce TLS 1.2 via registry (reboot when done):
There has been recent change with Chrome now throwing a fit when using TLS 1.0
You can verify this on client by disabling TLS 1.0 in Internet Options > Advanced tab temporarily