Enabling Older Ciphers to Support Safari 5.x

I just discover that my website aren’t working on safari desktop under windows (win 10, safari 5.1.17)
But the same website work properly from (safari iphone 7, safari ipad)

So i checked on ssl labs and my website are working on
TLS 1.2 Yes
TLS 1.1 Yes
TLS 1.0 No
SSL 3 No
SSL 2 No

and when i checked on browser i get the opposite:
TLS 1.2 No
TLS 1.1 No
TLS 1.0 Yes
SSL 3 Yes
SSL 2 No

What could your recommand me to still get a secure website working with safari windows?

So I reactivated tls1.0

from
SSLProtocol all -SSLv2 -SSLv3 -TLSv1
to
SSLProtocol all -SSLv2 -SSLv3

It could also be about ciphersuites rather than TLS versions.

Safari 5.1.17 is extremely old. Apple doesn’t even support Safari on Windows anymore. It’s likely that Safari 5.1.17 is too old for newer security transport protocols.

See the TLS browser support matrix here. https://en.wikipedia.org/wiki/Template:TLS/SSL_support_history_of_web_browsers

This would be correct. Apple stopped supporting Safari for Windows years ago, and even the latest version doesn’t support SNI. I suggest upgrading to a more modern browser, and encouraging your visitors to do the same.

Thanks, I didn’t saw your answer before.

I agree with you but as i’m running an ecommerce and I get some customer with this navigator I have to offer them support.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.