Andrew

Results 154 comments of Andrew

I have a similar issue with proxies and connecting to any site using urllib3. These current fixes do not resolve the issues. Here is my full stack trace: ```python File...

I am using fiddler to monitor some traffic locally on windows 10 machine. So to mimic my setup: 1. Install fiddler 4 2. Setup to capture the HTTPS traffic 3....

@sigmavirus24 I understand your point about maintaining the API. The toolbelt might get more help if it's moved into the `psf` org. Just my thought, feel free to ignore as...

I'll help maintain the package as well.

@pquentin cool, send stuff my way!

Please verify the system have a proper/valid cert. It switches to unverify if the generateToken endpoint can't be verified. What version of portal are you hitting?

You would need to test with `requests` though `urllib3` is the underlying library of requests, there are differences in certificate verification. ``` import requests session = requests.Session() response = session.get()...

We'll take a look for the 2.1.0 release.

@larsbutler this fix corrects an error in the conversion between GeoJSON to Esri. There seems to be a circleci issue with flake.

@jaimergp No, I need Mac, Linux and Windows, but I was starting small. Mac normally gives me the most problems, Linux normally just works, and windows is in between. So...