Skip to content

Commit d959c0b

Browse files
John LuoTratcher
andauthored
Update src/Servers/Kestrel/Core/src/Middleware/HttpsConnectionMiddleware.cs
Co-authored-by: Chris Ross <[email protected]>
1 parent 0b71fb5 commit d959c0b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Servers/Kestrel/Core/src/Middleware/HttpsConnectionMiddleware.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ public HttpsConnectionMiddleware(ConnectionDelegate next, HttpsConnectionAdapter
6262
if (options.HttpProtocols == HttpProtocols.Http1AndHttp2)
6363
{
6464
if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows)
65-
&& Environment.OSVersion.Version >= new Version(6, 2)
6665
&& Environment.OSVersion.Version < new Version(10, 0))
6766
{
6867
_logger.HTTP2DefaultCiphersInsufficient();

0 commit comments

Comments
 (0)