DEV Community

Discussion on: Hosting a Node.js application on Windows with IIS as reverse proxy

Collapse
 
parthp7493 profile image
Parth Parikh

Hi Peter,
I have read your post and follow all steps. I'm having problem HTTP Error 502.3 - Bad Gateway.
Can you please help me how can I fixed this problem?

Collapse
 
parthp7493 profile image
Parth Parikh

I have fixed this problem now I'm getting error "This site can’t be reached"

Collapse
 
petereysermans profile image
Peter Eysermans

Hi, have you double checked that you can reach the node.js web application via localhost on the machine itself? It's hard to pinpoint the problem without more information. I've had most success by first troubleshooting the different parts separately. All I can say for now is to double check that the node.js application is running and that the IIS configuration is using the correct address to redirect the traffic to.

Collapse
 
bommojuvishu profile image
Vishu

you might have given http in the reverse proxy .