I\'m using the following code based on loadspeed.js example to open up a https:// site which requires http server authentication as well.
var page = require(
experienced same issue... --ignore-ssl-errors=yes was not enough to fix it for me, had to do two more things: 1) change user-agent 2) tried all ssl-protocols, the only one that worked was tlsv1 for the page in question Hope this helps...