You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't connect to the API. I'm getting the following SSL error:
#<OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=error: certificate verify failed (self signed certificate in certificate chain)>
I'm not an expert by any means in SSL so I'm not really sure how to solve this.
My colleage can run the code in his local environment and not get this error. Does it depend on ssl? I'm using openssl 1.1.1h he is using libressl. The same error occurs on our production machine using openssl 0.9. All 3 machines are Mac.
I can't connect to the API. I'm getting the following SSL error:
I'm not an expert by any means in SSL so I'm not really sure how to solve this.
My colleage can run the code in his local environment and not get this error. Does it depend on ssl? I'm using openssl 1.1.1h he is using libressl. The same error occurs on our production machine using openssl 0.9. All 3 machines are Mac.
The output of:
is:
And I don't see a self-signed cert in there? Or am I on the wrong trail...
The code is simple and you can try it at home to test yourself if you feel inclined.
So I would like to know:
The text was updated successfully, but these errors were encountered: