From 03dad72bf8b5e40888bd7bc5a43a4dd624f4d45e Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 13 Oct 2007 16:04:31 +0000 Subject: * lib/open-uri.rb (OpenURI.open_http): fix :ssl_ca_cert option. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13691 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/open-uri.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib') diff --git a/lib/open-uri.rb b/lib/open-uri.rb index 5e8accd8f..a55a1b1ac 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 -- cgit