How's my SSL?
howsmyssl.com
How's my SSL?
1–10 of 91 posts
Re: How's my SSL?
#2(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?
#3> Google Chrome 32.0.1700.72 (Official Build 243157) m > OS Windows
Re: How's my SSL?
#4Excellent! (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.
security.tls.version.max = 3
security.ssl3.rsa_fips_des_ede3_sha = falseRe: How's my SSL?
#5Excellent! (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
Rather surprised it was dumping down TLS 1.0!
Re: How's my SSL?
#6Re: How's my SSL?
#7$ curl https://www.howsmyssl.com/a/check | python -mjson.tool
Re: How's my SSL?
#8Anyway I'm getting a nice "Probably Okay" using the latest Firefox Nightly.
Re: How's my SSL?
#9Excellent! (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?
#10Earlier 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!