ruby - SSL Connect Error -
my company provided me modern macbook pro running os x 10.9.5.
we have ruby application makes soap requests external service authenticate users. since upgrade new machine, ssl connect error whenever trying create soap request.
i using ruby savon client create soap calls, though version locked pre-1.0 version. savon client configured utilize right cert_file, cert_key_file, cert_key_password, , ca_cert_file.
i have access older macbook pro running os x 10.8.4. have set 10.8 machine same 10.9 machine. when 10.8 machine makes exact same soap call, there no ssl errors.
i @ absolute loss cause of error be. i'm assuming must scheme library that's far guess goes.
this issue happens on platforms/configurations. can solve next steps:
download file , place somewhere accessible: http://curl.haxx.se/ca/cacert.pem set environment variable called ssl_cert_file. contents of environment variable should path cert file downloaded. close , re-open terminal windows have open. try script again.taken next website: http://richonrails.com/articles/solving-the-ssl-verify-problems
ruby ssl osx-mavericks savon
No comments:
Post a Comment