salesforce-marketingcloud / FuelSDK-Python

FuelSDK for python
Other
127 stars 193 forks source link

Pass proxy settings to suds library configuration. #79

Open yurib opened 6 years ago

yurib commented 6 years ago

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.

vitorlsbrito commented 5 years ago

Nothing until now? I'm having this same problem