Connection Error 111 Python Third party api hitting

Viewed 16

I got error "Caused by

NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f0adc106cc0>: Failed to establish a new connection: [Errno 111] Connection refused',)"

on server but same code is working on local. But server give this error. I also try verify=True in requests.post()

0 Answers
Related