Skip to content

Commit

Permalink
Backport fix for #131
Browse files Browse the repository at this point in the history
  • Loading branch information
tjarratt committed Sep 24, 2014
1 parent 9c40428 commit 114e53e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/httpi/adapter/excon.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def client_opts
opts[:ssl_ca_file] = ssl.ca_cert_file if ssl.ca_cert_file
opts[:client_cert] = ssl.cert if ssl.cert
opts[:client_key] = ssl.cert_key if ssl.cert_key
opts[:ssl_version] = ssl.ssl_version if ssl.ssl_version
end

opts
Expand Down

0 comments on commit 114e53e

Please sign in to comment.