cloudant / python-cloudant

A Python library for Cloudant and CouchDB
Apache License 2.0
163 stars 55 forks source link

Honoring PAC and/or PAC auto-discovery #350

Closed BillBridge closed 6 years ago

BillBridge commented 6 years ago

Does python-cloudant support PAC files and/or PAC auto discovery? And if so, how can I configure this? I am using python-cloudant version 2.6.0 with python 2.7.14

ricellis commented 6 years ago

No, it does not.

The only proxy support in python-cloudant at the moment is that provided by the underlying requests library. We don't expose a way to customize the arguments on every request, but you should be able to configure a proxy address to be used via the HTTPS_PROXY environment variable, but this isn't something we've tested AFAIK.

tomblench commented 6 years ago

Closing old ticket.