Tag Archives: poodle

Poodle
16 Oct 2014
Have you already heard about the recent vulnerability in SSL called Poodle? As well as other big companies like Akamai, Google or Twitter we have also disabled SSL 3.0 support in our network. We recommend to take this vulnerability seriously and to disable SSL 3.0 on your own servers and browsers. Run the following command in your terminal: openssl s_client -connect your-website.com:443 -ssl3 If you receive an error response like this: 26373:error:14094410:SSL routines:SSL3_READ_BYTES:sslv3 alert handshake failure:s3_pkt.c:1099:SSL alert number 40 26373:error:1409E0E5:SSL routines:SSL3_WRITE_BYTES:ssl handshake failure:s3_pkt.c:536: Then everything is fine. [...]