Skip to end of banner
Go to start of banner

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

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

If logs contain error 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 --------------------------

It might be caused by old puppeteer version.

In order to fix this, upgrade puppeteer by executing command below on server with your Jira instance:

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


  • No labels