Skip to content Skip to sidebar Skip to footer

Python Requests And Openssl - Httpsconnectionpool Max Retries Exceeded

I have a problem using python requests library in Ubuntu 14.04 when execute the following script: import requests import json payload = {'code':'TG-000000000000000000000000', 'cli

Solution 1:

I found a fork of requests that works fine with OpenSSL version of Ubuntu 14.04, https://github.com/joequery/requests-sslv3 only install this fork via pip and requests works well again


Post a Comment for "Python Requests And Openssl - Httpsconnectionpool Max Retries Exceeded"