peterbe / premailer

Turns CSS blocks into style attributes
https://premailer.io
BSD 3-Clause "New" or "Revised" License
1.06k stars 188 forks source link

Can't force loading of Stylesheets from untrusted SSL host #231

Closed majortom731 closed 4 years ago

majortom731 commented 4 years ago

Hi!

I'm using a self-signed SSL certificate on my dev host. Now premailer can't fetch CSS from that host because the requests library throws an SSLError exception.

It would be cool to have the option to enable premailer to fetch from untrusted SSL sources.

Banas1312 commented 1 year ago