2 references to FormatSniNotConfiguredForServerName
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\SniOptionsSelector.cs (1)
144
throw new AuthenticationException(CoreStrings.
FormatSniNotConfiguredForServerName
(serverName, _endpointName));
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
SniOptionsSelectorTests.cs (1)
346
Assert.Equal(CoreStrings.
FormatSniNotConfiguredForServerName
("example.org", "TestEndpointName"), authExWithServerName.Message);