How to Install jruby-openssl in Ubuntu 18.04



Install jruby-openssl by entering the following commands in the terminal:

sudo apt update
sudo apt install jruby-openssl

Description:

Ruby library that emulates the OpenSSL native library for JRuby

OpenSSL ruby native library provides SSL, TLS and general purpose cryptography by wrapping the OpenSSL library. . JRuby-OpenSSL does the same for JRuby under Java platform. Under the hood is implemented with the Bouncy Castle Crypto APIs.

Homepage: https://github.com/jruby/jruby-openssl

Version: 0.9.21-1

Section: universe/ruby