Page 1 of 1

Choose SSL or TLS

Posted: Tue Oct 21, 2014 6:25 pm
by lyttek
From section 3.2 of the manual:

Intermediate Layer of VPN Tunneling Protocol

Both SSL 3.0 and TLS 1.0 are supported. User can choose which protocol to use. SSL is Secure Socket Layer protocol. TLS is Transport Layer Security protocol. Both of them are widely used in the Internet, and the safety and reliability are proved for more decades by standing despite everyone's mercilessly analysis who is engaging the cryptography science and industry.


I've been poking around both the server and client side of things and cannot find a specific reference for this in either GUI or config.

There are two separate options that I have seen: "Don't use TLS 1.0" and "Encrypt VPN Session with SSL". It would seem that using the latter would make the first option a moot point?

How can we disable SSL on the server and use only TLS?

Re: Choose SSL or TLS

Posted: Wed Oct 22, 2014 4:19 pm
by dnobori

Re: Choose SSL or TLS

Posted: Wed Oct 22, 2014 4:25 pm
by lyttek
Excellent!

Re: Choose SSL or TLS

Posted: Mon Mar 30, 2015 12:17 am
by PacoBell
I'm confused about the "Don't use TLS 1.0" option. Does that apply specifically and only to TLS 1.0 (to mitigate the BEAST attack) or does it also disable TLS 1.2? The latter would be obviously undesirable.

Re: Choose SSL or TLS

Posted: Wed Apr 08, 2015 5:12 am
by thisjun
SoftEther VPN doesn't support TLS 1.2.

Re: Choose SSL or TLS

Posted: Wed Jun 24, 2015 11:47 am
by KFrische
There are security weaknesses in TLS v1.0 and TLS v1.1.

Is there a timeline to replace the TLS v1.0 with TLS v.1.2 ??

Re: Choose SSL or TLS

Posted: Thu Jan 14, 2016 10:08 am
by lovether
KFrische wrote:
> There are security weaknesses in TLS v1.0 and TLS v1.1.
>
> Is there a timeline to replace the TLS v1.0 with TLS v.1.2 ??

Now you can build your own VPN Server with TLSv1.2 enabled referring to this PR on github.
https://github.com/SoftEtherVPN/SoftEtherVPN/pull/208

Re: Choose SSL or TLS

Posted: Mon Mar 14, 2016 5:21 am
by rtau-t24
thisjun wrote:
> SoftEther VPN doesn't support TLS 1.2.

Please take a look at https://github.com/SoftEtherVPN/SoftEtherVPN/pull/208, see whether it is sufficient to allow SoftEther VPN to support TLS 1.2.

Thanks.