I can’t connect to my node server on its c9users.io domain via HTTPS. It works fine over HTTP and works over HTTPS when tested ‘internally’ (ie. using localhost), so I know my node server is fine, but when I try to use “https://******.c9users.io:8081” I get a web page with:
ECONNRESET: Request could not be proxied!
I’ve been using curl to try to figure out what is wrong with stuff like this (and many variations there-upon):
curl -v -k -H “Content-type: application/json; charset=UTF-8” -X POST --data “{ blah : ‘inblah’ }” https://******.c9users.io:8081/
But my server doesn’t get touched at all.
The verbose output looks good until I get to:
…
upload completely sent off: 19 out of 19 bytes
HTTP/1.1 503 Service Unavailable