Skip to content

Instantly share code, notes, and snippets.

@filiptepper
Created July 16, 2013 07:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save filiptepper/6006661 to your computer and use it in GitHub Desktop.
Save filiptepper/6006661 to your computer and use it in GitHub Desktop.
OpenSSL::X509::StoreError: setting default path failed: problem creating X509 Aux certificate: java.io.IOException: problem parsing cert: java.security.cert.CertificateParsingException: java.io.IOException: Duplicate extensions not allowed
set_default_paths at org/jruby/ext/openssl/X509Store.java:162
SSLContext at /Users/filiptepper/.rvm/rubies/jruby-1.7.4/lib/ruby/1.9/openssl/ssl-internal.rb:31
SSL at /Users/filiptepper/.rvm/rubies/jruby-1.7.4/lib/ruby/1.9/openssl/ssl-internal.rb:22
OpenSSL at /Users/filiptepper/.rvm/rubies/jruby-1.7.4/lib/ruby/1.9/openssl/ssl-internal.rb:21
(root) at /Users/filiptepper/.rvm/rubies/jruby-1.7.4/lib/ruby/1.9/openssl/ssl-internal.rb:20
require at org/jruby/RubyKernel.java:1054
(root) at /Users/filiptepper/.rvm/rubies/jruby-1.7.4/lib/ruby/shared/openssl.rb:1
require at org/jruby/RubyKernel.java:1054
(root) at /Users/filiptepper/.rvm/rubies/jruby-1.7.4/lib/ruby/shared/openssl.rb:30
require at org/jruby/RubyKernel.java:1054
(root) at /Users/filiptepper/.rvm/gems/jruby-1.7.4@rooms/gems/aes-0.5.0/lib/aes.rb:1
each at org/jruby/RubyArray.java:1617
(root) at /Users/filiptepper/.rvm/gems/jruby-1.7.4@rooms/gems/aes-0.5.0/lib/aes.rb:1
each at org/jruby/RubyArray.java:1617
(root) at /Users/filiptepper/.rvm/gems/jruby-1.7.4@rooms/gems/bundler-1.3.5/lib/bundler/runtime.rb:1
require at /Users/filiptepper/.rvm/gems/jruby-1.7.4@rooms/gems/bundler-1.3.5/lib/bundler/runtime.rb:72
require at /Users/filiptepper/.rvm/gems/jruby-1.7.4@rooms/gems/bundler-1.3.5/lib/bundler/runtime.rb:70
require at org/jruby/RubyKernel.java:1054
require at /Users/filiptepper/.rvm/gems/jruby-1.7.4@rooms/gems/bundler-1.3.5/lib/bundler/runtime.rb:59
require at org/jruby/RubyKernel.java:1054
require at /Users/filiptepper/.rvm/gems/jruby-1.7.4@rooms/gems/bundler-1.3.5/lib/bundler.rb:132
require at org/jruby/RubyKernel.java:1054
(root) at /Users/filiptepper/Projects/rooms-server/config/application.rb:7
load at org/jruby/RubyKernel.java:1073
(root) at /Users/filiptepper/Projects/rooms-server/config/environment.rb:1
each at org/jruby/RubyArray.java:1617
(root) at /Users/filiptepper/Projects/rooms-server/config/environment.rb:2
(root) at /Users/filiptepper/Projects/rooms-server/spec/spec_helper.rb:1
(root) at /Users/filiptepper/Projects/rooms-server/spec/spec_helper.rb:4
(root) at /Users/filiptepper/Projects/rooms-server/spec/controllers/activeadmin/devise/sessions_controller_spec.rb:1
@mikeni
Copy link

mikeni commented Aug 30, 2013

did you find a solution for this?

@jontonsoup
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment