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
Does portalpy implement any more robust handshaking protocols to connect to ArcGIS Online through a proxy? Attempts to use urllib2 have failed. Only pycurl seems to be robust enough. Any suggestions on how to work around this issue are welcome. The base error thrown when trying to connect is, "URLError: <urlopen error [Errno 11004] getaddrinfo failed>".
The text was updated successfully, but these errors were encountered:
ArcRest supports proxys in its security handler, you just need to provide it with your username and password. For portalpy, you may have to set up the proxy in the https environment variable, or manually set it on the urlib2 using proxy handlers, but this takes some work.
Does portalpy implement any more robust handshaking protocols to connect to ArcGIS Online through a proxy? Attempts to use urllib2 have failed. Only pycurl seems to be robust enough. Any suggestions on how to work around this issue are welcome. The base error thrown when trying to connect is, "URLError: <urlopen error [Errno 11004] getaddrinfo failed>".
The text was updated successfully, but these errors were encountered: