2 references to InsufficientTlsVersion
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\Http2Connection.cs (1)
513throw new Http2ConnectionErrorException(CoreStrings.FormatHttp2ErrorMinTlsVersion(tlsFeature.Protocol), Http2ErrorCode.INADEQUATE_SECURITY, ConnectionEndReason.InsufficientTlsVersion);
Internal\Infrastructure\KestrelMetrics.cs (1)
479ConnectionEndReason.InsufficientTlsVersion => "insufficient_tls_version",