I have tried so many ways to fix this. Only seems to happen when calling https to google api.
Faraday.get "https://maps.googleapis.com/"
give me: Faraday::SSLError: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
Any ideas, all my certs seem ok - I can call other sites.
Thanks, Daniel