From 84bad66c6ac17223d5425afeeee10703a1dcba86 Mon Sep 17 00:00:00 2001 From: luckyjay Date: Sun, 10 Jan 2016 01:25:06 -0500 Subject: [PATCH] Update http2pic.class.php --- http2pic.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http2pic.class.php b/http2pic.class.php index c4db38c..0481b68 100644 --- a/http2pic.class.php +++ b/http2pic.class.php @@ -146,7 +146,7 @@ class http2pic function renderPagePHANTOMJS() { $cmd = 'timeout '.$this->params['timeout'].' '.PHANTOMJSPATH; - $cmd.= ' '.__DIR__.'/phantom.js '; + $cmd.= ' --ignore-ssl-errors=yes '.__DIR__.'/phantom.js '; $cmd.= ($this->params['url']); $cmd.= ','.($this->params['file']);