You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if the library supported http proxies. Currently there is an outstanding issue with requests.Session that breaks this because it fails to use the proxy on a redirect using HTTPS. However this should be fixed in the next release.
I have done this locally by adding a proxies argument to the Foreman constructor and then setting the underlying requests.Session.proxies to it.
-mike
The text was updated successfully, but these errors were encountered:
It would be nice if the library supported http proxies. Currently there is an outstanding issue with requests.Session that breaks this because it fails to use the proxy on a redirect using HTTPS. However this should be fixed in the next release.
I have done this locally by adding a proxies argument to the Foreman constructor and then setting the underlying requests.Session.proxies to it.
-mike
The text was updated successfully, but these errors were encountered: