I'm really confused -- why are some of the TLS/SSL options turned off by default?

Is there any harm in turning them on or something?
|
I'm really confused -- why are some of the TLS/SSL options turned off by default?
Is there any harm in turning them on or something?
| ||||
|
feedback
|
|
Actually, it is safer to use TLS 1.1 / 1.2, as recent reports have shown vulnerability while utilizing TLS 1.0. Source: http://www.theregister.co.uk/2011/09/19/beast_exploits_paypal_ssl/ As per the above report, the reason TLS 1.0 is still used because:
. Microsoft has a Security Advisory out for a SSL vulnerability and recommends enabling TLS v1.1, there is a fixit on this page to assist in enabling it properly. . http://support.microsoft.com/kb/2588513 . | |||||||
feedback
|
|
SSL 2.0 is unsafe. SSL 3.0 and TLS 1.0 are most prevalent. But as Ar Sh mentioned, there are reports of vulnerability in TLS 1.0. Since most web servers implement SSL 3.0 and TLS 1.0, most web browsers still use them and are the defaults. IN my opinion, you can enable TLS 1.1 and 1.2 but avoid enabling SSL 2.0 as it is unsafe. | |||||||||||
feedback
|
|
tls > 1.0 interop issues have never been fully worked out due to lack of adoption, so to be safe many vendors don't even enable it by default when it could just be negotiated down. | |||
|
feedback
|