chriswarren / desk

A Ruby wrapper for the Desk.com V2 REST API
MIT License
66 stars 80 forks source link

fix 'sslv3 alert handshake failure' #41

Closed pitr closed 9 years ago

chriswarren commented 9 years ago

Can you provide any information about this? Is the failure happening all the time? Has anyone else seen this? Are there any repercussions of always specifying the SSL version?

pitr commented 9 years ago

This is in regards to POODLE vulnerability, more details here https://www.ruby-lang.org/en/news/2014/10/27/changing-default-settings-of-ext-openssl/

chriswarren commented 9 years ago

Thanks