I have a node application that I run behind a proxy and make requests using the request lib. Everything works fine under most circumstances but every now and then (once every few minutes) I see the following error
{ [Error: tunneling socket could not be established, cause=Parse Error] code: 'ECONNRESET' }
There was an error {"code":"ECONNRESET"}
Finally after a minute or so it starts working again. Any ideas as to what could be causing this?