2 references to FormatSniNotConfiguredToAllowNoServerName
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\SniOptionsSelector.cs (1)
140
throw new AuthenticationException(CoreStrings.
FormatSniNotConfiguredToAllowNoServerName
(_endpointName));
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
SniOptionsSelectorTests.cs (1)
349
Assert.Equal(CoreStrings.
FormatSniNotConfiguredToAllowNoServerName
("TestEndpointName"), authExWithoutServerName.Message);