You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
[2019-04-24T14:31:55.270] [INFO] default - HTTP proxy set to proxy.host:8080
[2019-04-24T14:31:55.275] [INFO] default - HTTPS proxy set to proxy.host:8080
[2019-04-24T14:31:57.578] [ERROR] default - Authentication error! Please check your credentials and try again.
[2019-04-24T14:31:57.580] [ERROR] default - { Error: tunneling socket could not be established, cause=getaddrinfo ENOTFOUND 8080 8080:80
at ClientRequest.onError (C:\snapshot\warner.johnson\Documents\CBT\cbt-tunnel-nodejs\node_modules\tunnel-agent\index.js:177:17)
at Object.onceWrapper (events.js:273:13)
at ClientRequest.emit (events.js:182:13)
at Socket.socketErrorListener (_http_client.js:382:9)
at Socket.emit (events.js:182:13)
at emitErrorNT (internal/streams/destroy.js:82:8)
at emitErrorAndCloseNT (internal/streams/destroy.js:50:3)
at process._tickCallback (internal/process/next_tick.js:63:19) code: 'ECONNRESET' }
Would be nice to be able to specify an alternative port for the proxy.
The text was updated successfully, but these errors were encountered:
Hi @Huppys,
It's probably not relevant anymore.. but I had the same issue. Turns out it's possible (now) to specify the proxy port without an additional argument. You simple have to specify a full url including the scheme and the port.
The below command line ended up working for me on Windows:
Hi,
I'm trying to establish a connection to use crossbrowsertesting locally with the following command:
The output (with error) I get is:
Would be nice to be able to specify an alternative port for the proxy.
The text was updated successfully, but these errors were encountered: