hatching / triage

Hatching Triage public command-line utility and API library.
BSD 3-Clause "New" or "Revised" License
65 stars 22 forks source link

Python client doesn't work in a proxy environment #13

Closed canance closed 2 years ago

canance commented 2 years ago

The requests library ignores proxy environment variables when making a connection; however, proxy info can be explicitly set with the help of merge_environment_settings.

See here for more info: https://github.com/psf/requests/issues/2807#issuecomment-147095885

jbremer commented 2 years ago

Closing as fixed by you :-) Thanks again!