SSL requirement adds a declarative way of specifying that certain actions should only be allowed to run under SSL, and if they're accessed without it, they should be redirected.
Rack middleware to force SSL/TLS.
OpenSSL for Ruby provides access to SSL/TLS and general-purpose cryptography based on the OpenSSL library.
Rack::SslEnforcer is a simple Rack middleware to enforce ssl connections
JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library.
This is a library to simulate SSL and TLS handshake from SSLv2, SSLv3, to TLS 1.0-1.2. It does not rely on OpenSSL and is not designed as a replacement either. It targets full support for even older handshakes, which are not available in current releases of OpenSSL anymore. It also aims to be executable on all systems with a sufficiently modern version of Ruby without any additional requirements or pre-compiled binaries.
SSL requirement adds a declarative way of specifying that certain actions should only be allowed to run under SSL, and if they're accessed without it, they should be redirected.
Ruby standard library OpenSSL.
Provides support for asynchonous TCP, UDP, UNIX and SSL sockets.
Ensure net/https uses OpenSSL::SSL::VERIFY_PEER to verify SSL certificates and provides certificate bundle in case OpenSSL cannot find one
ECDSA, EdDSA, RSA-PSS and RSA-PKCS#1 algorithms for ruby
This library is a pure ruby implmentation of the SSLScan tool originally written by Ian Ventura-Whiting. It currently depends on the system version of OpenSSL
Get rid of this lovely error for good, especially on Windows: `SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed`
Ruby Gem for RFC 3610 - Counter with CBC-MAC (CCM)
This plugin provides native HTTP instrumentation for monitoring and metrics collection, including: response code, JSON response, HTTP last modified, SSL expiry, and metrics via `curl`.
Command line tool to allow creation, validation, and installation of ssl certificates on sites on the server.
Message forwarding over SSL with authentication
Ruby’s net/http is setup to never verify SSL certificates by default. Most ruby libraries do the same. That means that you’re not verifying the identity of the server you’re communicating with and are therefore exposed to man in the middle attacks. This gem monkey-patches net/http to force certificate verification and make turning it off impossible.
This library patches OpenSSL to add helper methods and extensions to OpenSSL objects with the intention of making the interface more intuitive.
This plugin provides native SSL instrumentation for monitoring, including: hostname and chain verification, cert and crl expiry, and Qualys SSL Labs reporting
Minium extention to Ruby OpenSSL library to support OAEP with SHA2 and labels
A ruby http/https proxy, with SSL MITM support.
accesslint-ci runs accessibility tests in CI and comments on corresponding GitHub pull requests
Chilkat Library for Ruby - FTP, SSH, SFTP, PDF, SMTP, POP3, IMAP, SSL, TLS, HTTP, RSA, Encryption, Zip, Compression, XML, ...
Test website SSL certificate validity
A Ruby gem for checking the links in a web site. Can either scan files or crawl pages. Multi-threaded, with red/green colored output, support for SSL, and support for following redirects. Works great with Octopress, Jekyll, or any collection of static HTML files. With 100% RSpec coverage.
Makes SASS less of a hassle on read-only filesystems by compiling and serving it up for you
Connect to Pry remotely using EventMachine with tab-completion, paging, user auth and SSL
Non-blocking support for Ruby OpenSSL
This gem automatically handles creation, renewal, and applying SSL certificates from LetsEncrypt to your Heroku account.
Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service SSL.
Basic encryption and signing wrapper
Creates a meaningful array of address parts for easy displaying.
This is a ruby API to interact with Qualys SSL Labs API. API Documentation is available at https://github.com/ssllabs/ssllabs-scan/blob/master/ssllabs-api-docs.md
Define your SSL settings in one place to enforce in your controller, generate URLs with the correct protocol, and protect yourself against session hijacking.
OpenSSL::PKey::[DSA/RSA/EC]#to_pem_pkcs8 written in Ruby
Provides a Ruby library to the complete Bitcoin JSON-RPC API. Implements all methods listed at https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_Calls_list and lets you set options such as the host and port number, and whether to use SSL.
Ruby Gem for RFC 4493, 4494, 4615 - The AES-CMAC Algorithm
**** letsencrypt-plugin gem has been renamed to acme-plugin, please use acme-plugin instead**letsencrypt-plugin is a Ruby on Rails helper for Let's Encrypt service for retrieving SSL certificates (without using sudo, like original letsencrypt client does). It uses acme-client gem for communication with Let's Encrypt server.
Adds root certificates to the OpenURI module so that SSL connections work properly in Ruby 1.9. This gem allows for SSL connections to function properly even when Ruby does not have access to the operating system's default root certificates
SSL requirement adds a declarative way of specifying that certain actions should only be allowed to run under SSL, and if they're accessed without it, they should be redirected.
Fluent parser plugin for Elasticsearch slow query and slow indexing log files.
Orders and completes SSL certificate trust chains, maintains an up-to-date pool of viable intermediates and trusted roots, and provides other tooling for dealing with SSL certificate and key woes.
SSL requirement adds a declarative way of specifying that certain actions should only be allowed to run under SSL, and if they're accessed without it, they should be redirected.
Makes SASS less of a hassle on read-only filesystems by compiling and serving it up for you. Rails3 compatible from Papino's fork on Github.
A command-line client the ssl cookbook's signing requirements
Certificate Manager lets you acquire and manage Transport Layer Security (TLS) (SSL) certificates for use with classic external HTTP(S) load balancers in Google Cloud. Note that google-cloud-certificate_manager-v1 is a version-specific client library. For most uses, we recommend installing the main client library google-cloud-certificate_manager instead. See the readme for more details.
This gem is a more featureful but still drop-in replacement for eassl 0.1.1643
Ruby client for Camo - the SSL image proxy
HTTP/HTTPS communication module with logging, filtering and easy SSL configuration