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']);