-
-
Notifications
You must be signed in to change notification settings - Fork 223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JRuby support, Faraday::SSLError: No message available #43
Comments
This issue still exists in jruby 9.1.1.0 |
😞 |
Any updates on this? |
FYI, I'm getting the same error. Mine turns out to be a couple of issues. In config.rb the reset method is making this exec:
Dumping self after the reset has run shows that there is a \n in the ca_path. It looks like the exec needs a chomp thrown on the end of it. {:headers=>{"Accept"=>"application/json; charset=utf-8", "User-Agent"=>"Slack Ruby Client/0.8.1"}, :ssl=>{:ca_path=>"/usr/lib/ssl\n", :ca_file=>"/usr/lib/ssl\n/ca-certificates.crt"}} The other issue is the ca_file needs to be certs/ca-certificates.crt. |
I am experiencing this with |
Actually, the version of the gem I was running was my form of |
Maybe we can track down what was changed and whether this is actually fixed? |
Integration tests are failing against an actual slack service.
The text was updated successfully, but these errors were encountered: