Skip to content

Commit 4c8cfc5

Browse files
committed
comment out non-windows stuff
1 parent 3ebd86f commit 4c8cfc5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Intersect.Server/Web/ApiService.cs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,14 @@ internal partial class ApiService : ApplicationService<ServerContext, IApiServic
8181
hcao.SslProtocols = SslProtocols.Tls12;
8282
hcao.OnAuthenticate += (context, options) =>
8383
{
84-
options.AllowRenegotiation = true;
85-
options.CipherSuitesPolicy = new CipherSuitesPolicy(
86-
[
87-
TlsCipherSuite.TLS_AES_128_GCM_SHA256,
88-
TlsCipherSuite.TLS_AES_256_GCM_SHA384,
89-
TlsCipherSuite.TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,
90-
]
91-
);
84+
// options.AllowRenegotiation = true;
85+
// options.CipherSuitesPolicy = new CipherSuitesPolicy(
86+
// [
87+
// TlsCipherSuite.TLS_AES_128_GCM_SHA256,
88+
// TlsCipherSuite.TLS_AES_256_GCM_SHA384,
89+
// TlsCipherSuite.TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,
90+
// ]
91+
// );
9292
};
9393
}
9494
);

0 commit comments

Comments
 (0)