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

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -