brenden / node-webshot

Easy website screenshots in Node.js
2.12k stars 285 forks source link

Https Support #85

Closed toddpi314 closed 10 years ago

toddpi314 commented 10 years ago

Some endpoints complain about HTTPS handshake fail. Just do this:

phantomConfig: { "ignore-ssl-errors": "true", "ssl-protocol": "any" }