Skip to content Skip to sidebar Skip to footer
Showing posts with the label Httplib2

Socket.getaddrinfo() Block Forever When Using With Gevent

Using httplib2, I am sending multiple requests with gevent, after some time http.request() method o… Read more Socket.getaddrinfo() Block Forever When Using With Gevent

Handling Authentication And Proxy Servers With Httplib2

I'm attempting to test interactions with a Nexus server that requires authentication for the op… Read more Handling Authentication And Proxy Servers With Httplib2

Python Httplib2 Certificate Verify Failed

I have tried everything I can find to get this to work... I'm working on a plugin for a python-… Read more Python Httplib2 Certificate Verify Failed