problem with ruby-openid-apps-discovery (github jruby-openssl issue #2)
-----------------------------------------------------------------------

                 Key: JRUBY-4409
                 URL: http://jira.codehaus.org/browse/JRUBY-4409
             Project: JRuby
          Issue Type: Bug
          Components: OpenSSL
    Affects Versions: JRuby-OpenSSL 0.6
            Reporter: Hiroshi Nakamura
            Assignee: Hiroshi Nakamura


(by paulwalker)

http://code.google.com/p/ruby-openid-apps-discovery/source/checkout

The tests work fine on ruby, but fail on jruby. Specifically, the 
test_fetch_xrds raises the "OpenSSL::X509::StoreError: can't store certificate" 
exception attempting to do the following:
{code}
    ca_bundle_path = File.join(File.dirname(__FILE__), 'ca-bundle.crt')
    @@store = OpenSSL::X509::Store.new
    @@store.set_default_paths
    @@store.add_file(ca_bundle_path)
{code}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
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