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?
Choose SSL or TLS
-
- Posts: 230
- Joined: Tue Mar 05, 2013 10:04 am
-
- Posts: 15
- Joined: Tue Mar 24, 2015 11:45 pm
Re: Choose SSL or TLS
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.
-
- Posts: 2458
- Joined: Mon Feb 24, 2014 11:03 am
Re: Choose SSL or TLS
SoftEther VPN doesn't support TLS 1.2.
-
- Posts: 5
- Joined: Wed Jun 24, 2015 11:39 am
Re: Choose SSL or TLS
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 ??
Is there a timeline to replace the TLS v1.0 with TLS v.1.2 ??
-
- Posts: 6
- Joined: Thu Jan 14, 2016 9:52 am
Re: Choose SSL or TLS
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
> 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
-
- Posts: 4
- Joined: Fri Nov 06, 2015 6:04 am
Re: Choose SSL or TLS
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.
> 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.