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 we开发者_运维知识库bsite 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?
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
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/
精彩评论