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