Issue Type: Bug Bug
Affects Versions: JRuby 1.7.0.RC2
Assignee: Unassigned
Components: OpenSSL
Created: 15/Oct/12 9:26 AM
Description:

Anytime an outgoing SSL connection is made I'm getting the following error:

OpenSSL::X509::StoreError: setting default path failed: the trustAnchors parameter must be non-empty

Full stack trace: https://gist.github.com/dc5d66f37d8491de7f07

Minimal to reproduce:

require 'open-uri'; open("https://google.com")

I'm seeing this from bundle install, from running my specs... basically anywhere that an SSL connection is made. In fact, just doing this:

jruby -r openssl -S irb

Will cause the error (with a smaller stack trace: https://gist.github.com/44d9db6b98003d80618a )

Environment: OS X 10.7.4, rvm 1.16.11, jruby 1.7.0.RC2, gem 1.8.24, bundler 1.2.1, jruby-openssl 0.7.7, java openjdk version "1.7.0-u6-b01"
Project: JRuby
Priority: Major Major
Reporter: Topper Bowers
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to