Request failed to proxy: ECONNREFUSED
See original GitHub issueThis package don’t run.
$ local-ssl-proxy --source 9001 --target 9000
Started proxy: https://localhost:9001 → http://localhost:9000 Request failed to proxy: ECONNREFUSED
Issue Analytics
- State:
- Created 6 years ago
- Reactions:8
- Comments:14
Top Results From Across the Web
node proxy error Error: connect ECONNREFUSED
ECONNREFUSED means there is no server process listening at the specified port. What hostname and port are you using?
Read more >Vite proxy error ECONNREFUSED does not change ... - GitHub
I have a question about server.proxy in vite.config.ts . ... Vite returns the following error in the console, but the browser request does...
Read more >could not proxy request from react frontend | econnrefused
could not proxy request from react frontend | econnrefused | api requests to express backend error. 15K views 1 year ago.
Read more >HTTP Request via Proxy (connect ECONNREFUSED 127.0 ...
Hi everyone! I'm trying to use a proxy server in HTTP Request (I put it in the options section of the node) And...
Read more >Could not proxy request /new_deck from localhost:3001 to http ...
Proxy error: Could not proxy request /new_deck from localhost:3001 to http://localhost:3000 (ECONNREFUSED). ... Hey, I'm trying to run flask as my ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
For me downgrading to
Node v14.18.2
fromNode 17
solved this issueHi, I’m having error “Request failed to proxy: ECONNREFUSED” on Node 17.3 It works fine on 16.13.1