-
Notifications
You must be signed in to change notification settings - Fork 273
Closed
Labels
Description
Recently I'm getting an SSL handshake error when calling a remote url from within my worker script. I suspect it relates to this issue but I don't understand enough about it to be sure. The error doesn't occur if I use http rather than https.
I see that phantom.js has various command line switches which may be relevant, e.g. --ignore-ssl-errors=true and --ssl-protocol=any... but I'm not sure how to pass these switches to phantom.js via the node export server.
Note that I'm using the export server as a node module and passing in a custom worker via exporter.initPool().