How's my SSL?
51–60 of 91 posts
Re: How's my SSL?
#52And for testing your servers: https://www.ssllabs.com/ssltest/analyze.html
Thanks for that. I'm surprised to find that Apple's OSX Server (Mavericks) ships without TLS 1.1 or 1.2 support. Are these not widely deployed? Or no sense of urgency since 1.0 isn't broken.
Re: How's my SSL?
#53Excellent! (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?
#54Earlier quoted context omitted.
Thanks for that. I'm surprised to find that Apple's OSX Server (Mavericks) ships without TLS 1.1 or 1.2 support. Are these not widely deployed? Or no sense of urgency since 1.0 isn't broken.
IIRC they just ship Apache, so just follow the normal instructions for enabling perfect forward secrecy on Apache.
Re: How's my SSL?
#55Re: How's my SSL?
#56Unfortunately "Bad" results for cURL: $ curl https://www.howsmyssl.com/a/check | python -mjson.tool
You can check which version of OpenSSL curl is using by doing $ curl -V
Re: How's my SSL?
#57wget, w3m, lynx, and links are all rated “bad” here… :( Is there any way to improve this?
Re: How's my SSL?
#58And for testing your servers: https://www.ssllabs.com/ssltest/analyze.html
Re: How's my SSL?
#59Very useful Site - Thanks! Reminded me of an old favorite "Shields Up" https://www.grc.com/shieldsup - Great way to quickly test your Router
I think you mean "firewall" or maybe "NAT box".
Re: How's my SSL?
#60RC4 and MD5 are secure now?!