With the recent [POODLE vulnerability](https://www.digitalocean.com/community/tutorials/how-to-protect-your-server-against-the-poodle-sslv3-vulnerability) in SSLv3 you probably shouldn't be hard-coding the use of SSLv3 in `SSLConnectionPool.py` Many servers are now disabling SSLv3, which makes geventhttpclient basically broken
With the recent POODLE vulnerability in SSLv3 you probably shouldn't be hard-coding the use of SSLv3 in
SSLConnectionPool.pyMany servers are now disabling SSLv3, which makes geventhttpclient basically broken