|
|
|
|
|
by yourabi
4255 days ago
|
|
Yep - getting this right is hard. Couple of points about the article. Browsers verify SSL certificates for revocation (OCSP). This is an ongoing service that has a direct impact on latency - so SSL is an ongoing service very much like DNS. However, most people don't realize this. Also you send in a CSR - certificate signing request - not CRT (which is usually short-hand for certificate). Also it gets worse - A recent OpenSSL vulnerability would still allow SSLv3 even if it was configured with "no-ssl3": https://www.openssl.org/news/secadv_20141015.txt This is why I built https://snitch.io - security and SSL secured sites in particular are moving targets and not "fire and forget". You really need an external process monitoring and auditing your secured site. |
|
Inconsistently and sporadically, it seems: http://news.netcraft.com/archives/2014/04/24/certificate-rev...
That article is a few months old though. Have Firefox/Chrome changed their tune due to Heartbleed?