iamchrismiller / grunt-casper

Run CasperJS Scripts/Functional Tests
Other
69 stars 38 forks source link

ignore-ssl-errors not working #66

Open idangozlan opened 9 years ago

idangozlan commented 9 years ago

Hi,

I'm trying add --ignore-ssl-errors to my options but it doesn't apply.. the script is stucking.

options: options: { parallel: false, "ignore-ssl-errors":true },

my ssl is self-signed.