We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1b0317 commit 9e9e214Copy full SHA for 9e9e214
WebSockets/ClientWebSocket/ClientWebSocketOptions.cs
@@ -27,9 +27,9 @@ public class ClientWebSocketOptions : WebSocketOptions
27
28
/// <summary>
29
/// Option for SSL verification.
30
- /// The default behavior is <see cref="SslVerification.NoVerification"/>.
+ /// The default behavior is <see cref="SslVerification.CertificateRequired"/>.
31
/// </summary>
32
- public SslVerification SslVerification { get; set; } = SslVerification.NoVerification;
+ public SslVerification SslVerification { get; set; } = SslVerification.CertificateRequired;
33
34
35
/// Gets or sets a collection of client side certificate. This certificate will automatically be used when connecting to a wss:// server
0 commit comments