I am generating a pdf file using Prince via a html document which is populated dynamically with url's of images on S3. Occasionally some of the images do not appear (usually only 1 or 2 out of 8 images in total). When I check the log file, I notice these images are giving the error message "warning: Problem with the SSL CA cert (path? access rights?)"
This prompted me to search these forums for similar messages and I came across the options to specify the path of the CA cert, when I done this, all of the images were not displayed and there was an error message in the proince log for each one of these.
When I set the --insecure flag, all of the images appear, but I would rather have the images being retrieved securely.
This prompted me to search these forums for similar messages and I came across the options to specify the path of the CA cert, when I done this, all of the images were not displayed and there was an error message in the proince log for each one of these.
When I set the --insecure flag, all of the images appear, but I would rather have the images being retrieved securely.