I am getting the below error while doing a api call from one app to another:
SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
We are using using rvm with ruby 2.2.2 on rhel 5.x
Things which I tried to resolve the issue:
1] rvm reinstall 2.2.2 --disable-binary
2] curl http://curl.haxx.se/ca/cacert.pem -o /etc/pki/tls/certs/ca-bundle.crt
Is there anything else I should try ?