mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
31c764ff7f
commit
04c290820c
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Sun Oct 14 01:03:30 2007 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* lib/open-uri.rb (OpenURI.open_http): fix :ssl_ca_cert option.
|
||||
|
||||
Sat Oct 13 21:23:21 2007 Masaki Suketa <masaki.suketa@nifty.ne.jp>
|
||||
|
||||
* ext/win32ole/win32ole.c (foletype_s_ole_classes,
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue