Fetch error ECONNRESET

Hello,

New user trying to get this set up on a Win10 machine. I am getting this error for any serverless actions. I am behind a corporate proxy but my HTTPS_PROXY var is set. The command below initially uses the proxy to redirect to the web page to login then gets an error on the redirect.

I have been searching around for several hours on this with no luck. I am guessing something is not connecting up between the proxy, node.js and the framework. Has anyone solved this and could give me any pointers?

C:\Users\eb96409>serverless login
Serverless: Logging you in via your default browser…

Fetch Error --------------------------------------------

FetchError: request to https://api.serverless.com/core/tokens failed, reason: read ECONNRESET
at ClientRequest. (C:\Users\eb96409\AppData\Roaming\npm\node_modules\serverless\node_modules\node-fetch\index.js:133:11)
at ClientRequest.emit (events.js:198:13)
at ClientRequest.EventEmitter.emit (domain.js:448:20)
at TLSSocket.socketErrorListener (_http_client.js:392:9)
at TLSSocket.emit (events.js:198:13)
at TLSSocket.EventEmitter.emit (domain.js:448:20)
at emitErrorNT (internal/streams/destroy.js:91:8)
at emitErrorAndCloseNT (internal/streams/destroy.js:59:3)
at process._tickCallback (internal/process/next_tick.js:63:19)

 For debugging logs, run again after setting the "SLS_DEBUG=*" environment variable.

Your Environment Information ---------------------------
Operating System: win32
Node Version: 10.16.3
Framework Version: 1.51.0
Plugin Version: 1.3.9
SDK Version: 2.1.0