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:
parent
c1f4046e56
commit
9f7277ee08
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user