0.0
No commit activity in last 3 years
No release in over 3 years
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
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.6.0
 Project Readme

ssl_certifier Build Status

This gem provides the cURL ca certficates to allow Ruby/OpenURI to verify the authenticity of SSL certificates. Ruby 1.9.x will, by default, attempt to verify SSL certificates when it performs secure operations. This is good from a security standpoint, but when Ruby cannot find the root certificates (like on most Windows installations), SSL errors will occur. This gem solves that problem.

Installation

gem install ssl_certifier

Rails 3

Put this in your Gemfile: gem 'ssl_certifier'

Usage

In Rails 3, the gem will be automatically loaded with your environment via Bundler.

In Ruby scripts, simply require the Gem along with your other dependencies:

require 'ssl_certifier'

Issues

Report via Github

Bitdeli Badge