Conversation
|
Hello, First off, I sincerely apologize for the long delay in reviewing this PR. It’s unfortunate that it slipped through without feedback, and I truly appreciate the effort you put into contributing to the project. Due to the significant changes in the codebase over the years, I’m no longer able to merge this request directly. However, I wanted to acknowledge your contribution and let you know that this functionality has now been implemented and will be available in v2.2.5. Proxy Support & TLS Validation
I really appreciate your contribution, and I regret that it wasn’t addressed sooner. |
sbarbett
left a comment
There was a problem hiding this comment.
This functionality has been implemented in v2.2.5
If you are making API calls from behind a proxy and not from within a shell - In my case, a java program, run by root, calls the python client - you need some way to pass the proxy info to the requests library. This pull request, is trying to address that gap.
HTH.