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.
- Go to /etc/ssl/openssl.cnf
- Find the following line and comment it.
# System default
openssl_conf = default_conf
- 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