I cant convert HTML to PDF or Print the HTML content

Hi

After a long search I was able to solve my problem.
I don't want to withhold my solution from you, maybe one of you may need this information.

I now create my PDF with the HTML-PDF node (node-red-contrib-pdf). Here, however, I always had the error "Auto configuration failed", so I left this node and was looking for other solutions.

To fix this "Auto configuration failed" error, you just have to do the following steps.

  1. Go to /etc/ssl/openssl.cnf
  2. Find the following line and comment it.
# System default
openssl_conf = default_conf
  1. Restart your node-red server

After that the HTML-PDF node works fine.

I hope I can make someone's life easier with this.

Kind regards, Fire

2 Likes