Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request felipec#7 from tonybyrne/master
Add support for forcing SSL version for https enabled web services.
  • Loading branch information
felipec committed Jul 17, 2012
2 parents 622ab89 + d37622f commit 2eed7b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/soap/httpconfigloader.rb
Expand Up @@ -108,6 +108,8 @@ def set_ssl_config(client, ssl_config)
cfg.verify_callback = value
when 'cert_store'
cfg.cert_store = value
when 'ssl_version'
cfg.ssl_version = value.to_sym
else
raise ArgumentError.new("unknown ssl_config property #{key}")
end
Expand Down

0 comments on commit 2eed7b3

Please sign in to comment.