Live data from Hacker News

How's my SSL?

howsmyssl.com

1–10 of 91 posts

Re: How's my SSL?

#2
Excellent!

(I mean the site. Not so crazy that FF 26 under OSX 10.9.1 is listed as BAD, but I understand and accept the reasoning.)

Hopefully this will spur the various vendors to abandon old, broken protocols and ciphers.

Re: How's my SSL?

#4

Excellent! (I mean the site. Not so crazy that FF 26 under OSX 10.9.1 is listed as BAD, but I understand and accept the reasoning.) Hopefully this will spur the various vendors to abandon old, broken protocols and ciphers.

It only took changing two settings in about:config to get FF 26 to 'pass.'

   security.tls.version.max = 3
   security.ssl3.rsa_fips_des_ede3_sha = false

Re: How's my SSL?

#5
post #4

Excellent! (I mean the site. Not so crazy that FF 26 under OSX 10.9.1 is listed as BAD, but I understand and accept the reasoning.) Hopefully this will spur the various vendors to abandon old, broken protocols and ciphers.

It only took changing two settings in about:config to get FF 26 to 'pass.' security.tls.version.max = 3 security.ssl3.rsa_fips_des_ede3_sha = false

Thanks. Just did that on my FF 26.0 on windows and it passes now as well.

Rather surprised it was dumping down TLS 1.0!

Re: How's my SSL?

#9
post #4

Excellent! (I mean the site. Not so crazy that FF 26 under OSX 10.9.1 is listed as BAD, but I understand and accept the reasoning.) Hopefully this will spur the various vendors to abandon old, broken protocols and ciphers.

It only took changing two settings in about:config to get FF 26 to 'pass.' security.tls.version.max = 3 security.ssl3.rsa_fips_des_ede3_sha = false

Why is that not set by default?

Re: How's my SSL?

#10
post #4

Earlier quoted context omitted.

It only took changing two settings in about:config to get FF 26 to 'pass.' security.tls.version.max = 3 security.ssl3.rsa_fips_des_ede3_sha = false

Thanks. Just did that on my FF 26.0 on windows and it passes now as well. Rather surprised it was dumping down TLS 1.0!

New TLS versions (1.1/1.2) have been included since Firefox 24, but won't be enabled by default until Firefox 27.

https://bugzilla.mozilla.org/show_bug.cgi?id=733647

https://bugzilla.mozilla.org/show_bug.cgi?id=861266

Post reply on HN