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
{{ message }}
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.
There is a bug in SUDS library to pick up proxy settings from the environment variables http_proxy & https_proxy. The authentification request use proper proxy but the actual SOAP call doesn't.
Explicit initiation of the client with proxy settings detected by urllib2 does solve the problem.
I proposed a fix, but looks like a repo owner Sales Force doesn’t care about clients and not going to merge and release.
:-(
Let you business people know that getting support from them almost not possible, you may found better providers on the market.
On Jun 26, 2019, at 7:34 AM, Vitor Brito ***@***.***> wrote:
Nothing until now?
I'm having this same problem.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#80?email_source=notifications&email_token=AADYVZYJGBQHUZCBQTJ3USTP4N467A5CNFSM4DVKIXK2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYTXPHA#issuecomment-505903004>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AADYVZ5I54CI4FFFZJ24ZW3P4N467ANCNFSM4DVKIXKQ>.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There is a bug in SUDS library to pick up proxy settings from the environment variables http_proxy & https_proxy. The authentification request use proper proxy but the actual SOAP call doesn't.
Explicit initiation of the client with proxy settings detected by urllib2 does solve the problem.
@amagar088 pls look at pull request for fix Pass proxy settings to suds library configuration
The text was updated successfully, but these errors were encountered: