Hello,
I'm having the following issue on windows:
OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
Ruby code:
url = Googl.shorten(row["lien_linkedin"], "IP", @google_key)
row["short_linkedin"] = url.short_url
Everything works fine if I set OpenSSL::SSL::VERIFY_PEER = OpenSSL::SSL::VERIFY_NONE
But I would rather not set that... :)
Would you know why? Strange thing is that it happens only on windows...
If I can help you in any way, let me know.
Thanks!
Hello,
I'm having the following issue on windows:
OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
Ruby code:
Everything works fine if I set
OpenSSL::SSL::VERIFY_PEER = OpenSSL::SSL::VERIFY_NONEBut I would rather not set that... :)
Would you know why? Strange thing is that it happens only on windows...
If I can help you in any way, let me know.
Thanks!