filamentgroup / criticalCSS

Finds the Above the Fold CSS for your page, and outputs it into a file
MIT License
1.7k stars 76 forks source link

Using with a local non-signed SSL certificate #38

Closed rtvenge closed 1 year ago

rtvenge commented 8 years ago

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!

S1SYPHOS commented 4 years ago

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