/
BigTemplate pdf export does not work due to problem with SSL certificate

(tick) We've upgraded our support portal!

As of April 7th, 2025, all support requests are handled in our unified portal.
While ticket IDs have changed, previous links remain functional, and messages are updated.
Please submit new requests through this portal.

BigTemplate pdf export does not work due to problem with SSL certificate

If logs contain errors like this:

// -------------------------- Shell output -------------------------- ERROR! Error: net::ERR_SSL_CLIENT_AUTH_CERT_NEEDED at navigate (/usr/lib/node_modules/puppeteer/lib/Page.js:526:37) at <anonymous> at process._tickCallback (internal/process/next_tick.js:189:7) // -------------------------- Shell output --------------------------

The old puppeteer version might cause it.

To fix this, upgrade puppeteer by executing the command below on the server with your Jira instance:

sudo npm -g update puppeteer --unsafe-perm=true



Related content