ruby - SSL Connect Error -
My company recently provided me with OS X 10.9.5 running the modern MacBook Pro.
We have a Ruby application that makes SOAP requests for external service to authenticate users since upgrading to a new machine, when I try to make a SOAP request, SSL connect error Meets.
I am using the Ruby Savan client to make SOAP calls, although we have been configured to use the pre-1.0 version Savon client to use the correct certificate, proof_key_file, certificate_key_password, and ca_cert_file .
I have an old MacBook Pro running OS X 10.8.4 I have set 10.8 machine similar to 10.9 machine. When 10.8 machines make exact SOAP calls, there are no SSL errors.
I'm at a complete loss due to error. I'm assuming that this should be some system library, but this is my guess.
- Download this file and keep it accessible anywhere:
- Set an environment variable called SSL_CERT_FILE.
- Open and reopen any terminal window.
- Try your script again.
-
Taken from the following website:
Comments
Post a Comment