FuelSDK-Python icon indicating copy to clipboard operation
FuelSDK-Python copied to clipboard

Pass proxy settings to suds library configuration.

Open yurib opened this issue 8 years ago • 1 comments

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.

yurib avatar Aug 02 '17 03:08 yurib

Nothing until now? I'm having this same problem

vitorlsbrito avatar Jun 26 '19 14:06 vitorlsbrito