Server running , and connect success but can not access to url

I was building Nodejs to the server work but when I access the URL it doesn’t work

Hi there,

It seems you are making a HTTPS server in your application code. SSL is terminated in our proxy layer, and all requests are forwarded to your service using plain HTTP. You see the 502 error because we can’t connect to your service using plain HTTP.

Regards,

Keith
Render Support, UTC+10 :australia:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.