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(
The only thing that worked for me was upping phantomjs from 1.9x to 2.x ;)