Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No Screenshot with Cutycapt on https URLs

I'm using cutycapt to capture websites and generate thumbnails. (http://cutycapt.sourceforge.net/) It's very good, but on Websites with SSL there is no presentation of the website and the generated thumbnail is just white. It throws no error, it justs returns a white image, for example on: https://www.triboox.de

Does anyone have the same problem, and a workaround?

like image 655
Tom Avatar asked Oct 10 '22 00:10

Tom


1 Answers

It's likely cutycapt is getting invalid certificate errors. You can either fix this, or patch cutycapt to ignore ssl certificate errors:

http://sourceforge.net/tracker/?func=detail&aid=2820272&group_id=230656&atid=1081397

like image 177
lightsurge Avatar answered Oct 18 '22 13:10

lightsurge