cthos / phantom-jetstream

Phantomjs script for logging of page resource timing.
6 stars 1 forks source link

Figure out how to inform about --ignore-ssl-errors and --ssl-protocol=any #17

Closed cthos closed 9 years ago

cthos commented 9 years ago

Sometimes, HTTPS sites won't load because phantom explodes on the ssh handshake.

Should resolve this somehow, either by detecting the options are missing, or catching ssl errors and notifying during the task run.