Skip to content Skip to sidebar Skip to footer

Requests.post Throws 110 Connection Refused Error On Server But Goes Through On Local Laptop

I get the following error when I try to make a requests.post on my remote ubuntu server HTTPConnectionPool(host='', port=91): Max retries exceeded with url: /API/Service/Premium

Solution 1:

This issue has been resolved.

There was a server side firewall issue that prevented the request.post from getting out of the server, thereby causing an error.

I restarted my AWS firewall settings and the issue got fixed.

Regards, Galeej


Post a Comment for "Requests.post Throws 110 Connection Refused Error On Server But Goes Through On Local Laptop"