podio / podio-rb

The official Ruby wrapper for the Podio API used and maintained by the Podio team
https://podio.com
MIT License
66 stars 53 forks source link

Certificate verify failed #4

Closed ranushah closed 10 years ago

ranushah commented 12 years ago

I am trying to play around with podio gem. When I call Podio.setup and pass my api keys it does not give me any error but after that when I try to authenticate Podio.client and pass my username and password I get the following error

OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed

cixelsyd commented 12 years ago

You need to either turn "VERIFY_PEER" off, or else trust podio's certificate provider's intermediate cert; check this URL for more information: http://www.alphassl.com/support/install-root-certificate.html

cixelsyd commented 12 years ago

I wrote (and shared) the "helios" cookbook on the opscode community site, in part, to address this issue. http://community.opscode.com/cookbooks/helios