1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-20 10:50:08 +03:00

feature #3336: Add proxy support to the zendesk client

This commit is contained in:
Daniel Molina 2015-01-19 11:56:02 +01:00
parent c1f4046e56
commit 9f7277ee08

View File

@ -55,7 +55,9 @@ helpers do
# config.adapter = :patron
# Merged with the default client options hash
# config.client_options = { :ssl => false }
if ENV['http_proxy']
config.client_options = { :proxy => ENV['http_proxy'] }
end
# When getting the error 'hostname does not match the server certificate'
# use the API at https://yoursubdomain.zendesk.com/api/v2