ovh / python-ovh

Thin wrapper around OVH's APIs. Handles all the hard work including credential creation and requests signing.
https://pypi.org/project/ovh/
Other
297 stars 81 forks source link

Proxy support available ? #77

Open guitarzero opened 5 years ago

guitarzero commented 5 years ago

Hi all Thanks for this lib. I may be wrong but I didn't find a way to setup a proxy for the Ovh Client. Since vendor library 'requests' handles this, would it be possible to add proxy support ? Thank you in advance

rbeuque74 commented 3 years ago

Hello, There is no plan for implementing proxy support as of now.

I will leave this issue open if someone want to pick this up.

t-chab commented 3 years ago

Hi,

@guitarzero : for what it's worth, I'm using the ovh package behind a corporate proxy without issues, I just had to declare _httpproxy and _httpsproxy environment variables and python interpreter seems to honor them.

guitarzero commented 3 years ago

@tchabaud Thanks for this feedback. I will try again