> On Jan 27, 2016, at 8:56 AM, Nulik Nol <nulik...@gmail.com> wrote:
> 
> How much old browsers are out there that
> still use older SSL versions? Because, Wikipedia says SSL 3.0 was
> deprecated by Jun 2015 but if I only implement TLS, I may lose many
> visitors with old browsers, right ?

You do not have to enable SSLv3.  It is use is exceedingly rare
these days.  You will not lose interoperability with a non-negligible
number of clients.  Make sure SSLv2 and SSLv3 are both disabled.

See https://tools.ietf.org/html/rfc7525 for guidelines.

-- 
        Viktor.



_______________________________________________
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Reply via email to