Skip to content

Adds root certificates to the OpenURI module so that SSL connections work properly in Ruby 1.9

Notifications You must be signed in to change notification settings

amalagaura/ssl_certifier

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Adds root certificates to the OpenURI module so that SSL connections work properly in Ruby 1.9

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%