I train myslef with NodeJS and tried a simple GET call. Here is my code:
var http = require(\'http\'); var options = { host: \'www.boardgamegeek.com\',
In my case it was because of http but not https as required
http
https