From 04c290820c99e5b0daefa4c55d1a80abcfd17aab Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 13 Oct 2007 16:04:31 +0000 Subject: [PATCH] * lib/open-uri.rb (OpenURI.open_http): fix :ssl_ca_cert option. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13691 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ lib/open-uri.rb | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 11a8932797..896a2a6a02 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sun Oct 14 01:03:30 2007 Tanaka Akira + + * lib/open-uri.rb (OpenURI.open_http): fix :ssl_ca_cert option. + Sat Oct 13 21:23:21 2007 Masaki Suketa * ext/win32ole/win32ole.c (foletype_s_ole_classes, diff --git a/lib/open-uri.rb b/lib/open-uri.rb index 5e8accd8f2..a55a1b1acf 100644 --- a/lib/open-uri.rb +++ b/lib/open-uri.rb @@ -280,7 +280,6 @@ module OpenURI else store.set_default_paths end - store.set_default_paths http.cert_store = store end if options.include? :read_timeout