Skip to content

Instantly share code, notes, and snippets.

@tagomoris
Created December 24, 2015 12:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tagomoris/2757bc6c47b16214589e to your computer and use it in GitHub Desktop.
Save tagomoris/2757bc6c47b16214589e to your computer and use it in GitHub Desktop.
Both of jruby-1.7.x and jruby-9.x die with this script
require 'openssl'
cert = OpenSSL::X509::Certificate.new
puts cert.to_text
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment