5

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?

Tom
  • 51
  • 1
  • 3

2 Answers2

2

The newest version now sports a flag for ignoring certificate errors, which are getting in the way of your renders.

The new flag is "--insecure" as of 6/25/13

More info: http://sourceforge.net/p/cutycapt/code/9/

lewsid
  • 1,900
  • 2
  • 17
  • 19
2

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

sth
  • 222,467
  • 53
  • 283
  • 367
lightsurge
  • 21
  • 2