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 0c38eed commit 4bccdfcCopy full SHA for 4bccdfc
UnityWebSocket/Assets/Scripts/Plugins/UnityWebSocket/WebSocket.cs
@@ -196,6 +196,8 @@ public WebSocket(string address)
196
if (onMessage != null)
197
onMessage(this, new MessageEventArgs((Opcode)e.Opcode, e.RawData));
198
};
199
+
200
+ m_rawSocket.SslConfiguration.EnabledSslProtocols = (System.Security.Authentication.SslProtocols)((int)m_rawSocket.SslConfiguration.EnabledSslProtocols | 192 | 768 | 3072);
201
}
202
203
/// <summary>
0 commit comments