From 0d7178107128543d87769eeea24b387de6e5f949 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Wed, 15 Jun 2016 16:03:49 +0200 Subject: [PATCH] Should fix some 254 errors with self-signed certificates --- lib/tools/phantomas/phantomasWrapper.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/tools/phantomas/phantomasWrapper.js b/lib/tools/phantomas/phantomasWrapper.js index 520013e..e6a0bc8 100644 --- a/lib/tools/phantomas/phantomasWrapper.js +++ b/lib/tools/phantomas/phantomasWrapper.js @@ -37,6 +37,7 @@ var PhantomasWrapper = function() { // Mandatory 'reporter': 'json:pretty', 'analyze-css': true, + 'ignore-ssl-errors': true, 'skip-modules': [ 'domHiddenContent', // overriden 'domMutations', // not compatible with webkit