Hi!
After installing a paid plugin, I cannot get the finished PDF file. The whole file consists of a logo and an inscription:
CURL error when generating PDF: [60] Peer's Certificate issuer is not recognized
I found this on the internet:
If you get curl error “(60) peer's certificate issuer is not recognized” while trying to curl something from another server, it means that your server does not have target's server trusted certificates. To solve this in a quick way, we can bypass the error simply adding “-k” or “–insecure” to curl.
How can I solve this problem?
Maybe it was worth adding the "ignore certificate" checkbox to the plugin settings so that the plugin itself replaces this key when curl is running?
Sincerely, Alex.