SSL_do_handshake() failed (SSL: error:14094085:SSL routines:ssl3_read_bytes:ccs received early) while SSL handshaking

How often are you getting that error? It's the Qualys SSL Labs test checking if your web server is vulnerable to an OpenSSL security vulnerability that was fixed in 2014. It's not vulnerable, and it logs an error message.

The error is a good thing. You can ignore it.

(Specifically, CVE-2014-0224, the ChangeCipherSpec injection vulnerability. That's what "ccs" in the error message stands for.)

1 Like