ruby on rails - gem install bouncy-castle-java for full support -


i getting warning message on deployment server, when start server or running console.

openssl asn1/pkey/x509/netscape/pkcs7 implementation unavailable gem install bouncy-castle-java full support. 

also, when try generate key following command.

openssl::pkey::rsa.new(public_key) 

i following exception

openssl::pkey::rsaerror: neither pub key nor priv key:     org/jruby/ext/openssl/pkeyrsa.java:278:in `initialize' 

i bit confused message. have bouncy-castle-java installed on machine. still confused message.

i not sure abt issue. can explain issue, or give me directions.

i have fixed issue on end installing jruby openssl 0.8.8 on server.

as far remember there conflict jruby , openssl gem used in gem list(so had update gem)


Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -