filamentgroup / criticalCSS

Finds the Above the Fold CSS for your page, and outputs it into a file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using with a local non-signed SSL certificate

rtvenge opened this issue · comments

I see there is a way to suppress unsigned certs in PhantomJS CLI, but is there a way to do this directly with CriticalCSS? My local setup has SSL enabled with a self-signed certificate and it would be nice to ignore these errors.

Thanks!

I use wget to clone the page I want, using --no-check-certificate and then point criticalCSS to the generated HTML file ..