Top "Poodle-attack" questions

The POODLE (short for "Padding Oracle On Downgraded Legacy Encryption") attack is a man-in-the-middle exploit which takes advantage of web browsers' fallback to SSL 3.0.

Is it possible to disable SSLv3 for all Java applications?

Because of the Poodle attack it is now recommended to disable SSLv3 for client and server applications and only allow …

java poodle-attack
How to overcome the git error `Unknown SSL protocol error in connection`

I'm trying to git clone some repository, but then I get the error: $ git clone --recursive https://some-url.git Cloning …

git ssl poodle-attack