Proxy dropping connection :thread:
# help
p
Proxy dropping connection 🧵
I am seeing errors like
Copy code
raise RemoteDisconnected("Remote end closed connection without"
urllib3.exceptions.ProxyError: ('Cannot connect to proxy.', RemoteDisconnected('Remote end closed connection without response'))
in my applications
in the wiremock log I can see
Copy code
2024-11-18 17:06:54.873 Closed Socket[unconnected]
2024-11-18 17:06:54.908 Closed Socket[unconnected]
any ideas why this might be happening?