-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TLS v1.2 #24
Comments
I'll check whether the latest dotnetfix support more SSL protocol options. Sent from my Windows Phone From: Gutemberg Ribeiromailto:[email protected] Hello! Greate work with SuperSocket. It really helped us. So, we've configured SS to required TLS, which was really easy as stated here http://docs.supersocket.net/v1-6/en-US/Enable-TLS-SSL-trasnferring-layer-encryption-in-SuperSocket Our problem is that we need enable TLV v1.3 but SS only allows 1.0. Is there a way to do it? Thanks Reply to this email directly or view it on GitHub: |
Thanks for the reply. .Net sockets indeed support TLS v1.2. It is just a matter of set the algo enumaration into the socket code. Really non disruptive change. I really appreciate that. We was about to change to another socket framework since it is really a requirement for us in order to comply with PCI regulations. Thank tou very much, really appreciate the help. Gutemberg Sent from Outlookhttp://taps.io/outlookmobile On Tue, Mar 3, 2015 at 10:18 PM -0800, "Kerry Jiang" <[email protected]mailto:[email protected]> wrote: I'll check whether the latest dotnetfix support more SSL protocol options. Sent from my Windows Phone From: Gutemberg Ribeiromailto:[email protected] Hello! Greate work with SuperSocket. It really helped us. So, we've configured SS to required TLS, which was really easy as stated here http://docs.supersocket.net/v1-6/en-US/Enable-TLS-SSL-trasnferring-layer-encryption-in-SuperSocket Our problem is that we need enable TLV v1.3 but SS only allows 1.0. Is there a way to do it? Thanks Reply to this email directly or view it on GitHub: Reply to this email directly or view it on GitHubhttps://github.com//issues/24#issuecomment-77103077. |
Did you try to set the security attribute to "Tls12"? Make sure you use the .NET 4.5 assemblies. public enum SslProtocols |
Hello, I did a fix for this issue. |
@kerryjiang are you planning to release a new nuget version which includes this fix? I'm using WebSocket4Net actually. |
I think an earlier release in NuGet already fixed this issue long days ago. |
I'm using WebSocket4Net 0.14.1.0. When I disable TLS 1.0 on the server it throws
|
Did you specific the tls version in WebSocket4Net? |
Nope - I cannot - I'm using the last version 0.14.1.0, which doesn't have the parameter yet, that's why I was asking if you're releasing new version. |
See kerryjiang/WebSocket4Net#40. You'll need to use a beta version of 0.15. |
Hi All, With TLS1.2 authentication error cme what todo> |
Hello!
Greate work with SuperSocket. It really helped us.
So, we've configured SS to required TLS, which was really easy as stated here http://docs.supersocket.net/v1-6/en-US/Enable-TLS-SSL-trasnferring-layer-encryption-in-SuperSocket
Our problem is that we need enable TLV v1.2 but SS only allows 1.0.
Is there a way to do it?
Thanks
Best regards,
Gutemberg
The text was updated successfully, but these errors were encountered: