* 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
@ -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>
|
Sat Oct 13 21:23:21 2007 Masaki Suketa <masaki.suketa@nifty.ne.jp>
|
||||||
|
|
||||||
* ext/win32ole/win32ole.c (foletype_s_ole_classes,
|
* ext/win32ole/win32ole.c (foletype_s_ole_classes,
|
||||||
|
@ -280,7 +280,6 @@ module OpenURI
|
|||||||
else
|
else
|
||||||
store.set_default_paths
|
store.set_default_paths
|
||||||
end
|
end
|
||||||
store.set_default_paths
|
|
||||||
http.cert_store = store
|
http.cert_store = store
|
||||||
end
|
end
|
||||||
if options.include? :read_timeout
|
if options.include? :read_timeout
|
||||||
|
Loading…
x
Reference in New Issue
Block a user