You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am on CentOS. I am using the base cert and the private key. I have been provided the complete cert chain and root + intermediate certs in pem format. I don't know what I am doing wrong, do I need to install the root certs in my trusted store or provide it in the config?
It works if I set rejectUnauthorized to false.
The text was updated successfully, but these errors were encountered:
I am getting this error, when trying to use TLS.
UNABLE_TO_VERIFY_LEAF_SIGNATURE
my tls config is as follows;
I am on CentOS. I am using the
base
cert and the private key. I have been provided the complete cert chain and root + intermediate certs inpem
format. I don't know what I am doing wrong, do I need to install the root certs in my trusted store or provide it in the config?It works if I set
rejectUnauthorized
tofalse
.The text was updated successfully, but these errors were encountered: