Forum How do I...?

Prince version 6.0 rev 9 - command line option --insecure not available

IneedHelp
Hi,

We have a jenkins build that is using Prince to convert xml to pdf. I'm getting an error when building

prince: https://sampleServer/docs/1.0/print.css: warning: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

The pdf is successfully generated but there's no css applied because of the error above. Looks like it can't access the print.css file because it is located on another server that requires a certificate.

I don't have access to these servers, so I'm planning to use the --insecure command line option as a temporary workaround but this option is not available in Prince version 6.0. Is there any alternative command line option that I can use ?
mikeday
I think you can use --ssl-blindly-trust-server? But that may not be sufficient if the certificate type is not recognised by the version of libcurl being used.