Proxy support available ?
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
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.
Hi,
@guitarzero : for what it's worth, I'm using the ovh package behind a corporate proxy without issues, I just had to declare http_proxy and https_proxy environment variables and python interpreter seems to honor them.
@tchabaud Thanks for this feedback. I will try again