I've seen questions similar to this one but the suggested solution didnt seem to work.
I'm trying to perform oauth, using oauth2, when im trying to get the access_token, I get the following error:
SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
I'm using:
rails 2.3.11
faraday 0.8.1
oauth2 0.8.0
and I'm running on Windows 7.
Any ideas?