I am using Evernote Ruby API to develop a web application(using rails and oauth). But while running the application in Ubuntu 12.04 I am getting an error “SSL_connect SYSCALL returned=5 errno=0 state=unknown state.” This happens only in ubuntu 12.04. Ubuntu versions < 12.04 doesnt have this problem.
I am using Evernote Ruby API to develop a web application(using rails and oauth).
Share
What is your current SSL_Cert_file environmental variable set to?
Try setting the SSL_Cert_file environmental variable to:
If that doesn’t work and you are using RVM maybe setting the path to:
~/.rvm/usr/ssl/cert.pemBefore you make any changes just note down what the path currently is so that you can set it back if needed.