This error is related to node and using https module with new certificates also doesn't work...
solution is unclear how to resolve this
signing new certificates generated by openssl also doesn't work for me
signing new certificates generated by openssl also doesn't work for me
The issue is that certificate chain is incomplete, you have to handle these errors in node-js if cloudinary
package is not handling it.
There are many workaround for this, Secure and Unsecure aswell for eg:
process.env['NODE_TLS_REJECT_UNAUTHORIZED'] = 0
It disables any security that TLS provides. It's dangerous to use.
People have provided more details solution as how to do this in safe way Unable to verify leaf signature , and unable to verify certificate nodejs