I have a nodejs server, running on an hosted cloud machine. An http request
var req = Http.request(options, function(res) { ... }
with options<
It's DNS errors, specifically, Node can't resolve a hostname "www.mysite.com" to an IP-address.
There can be various reasons for this:
As a heads-up: while your question is valid, debugging the underlying cause (DNS issues) is off-topic on StackOverflow.