Sectigo (previously COMODO) not being recognized by Node JS even after installing ssl-root-cas #7
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I have installed ssl-root-cas and I see COMODO CA in the list of verified CAs.
I am trying to connect to a server which is certified by Sectigo CA. COMODO is now known as Sectigo
But this SSL handshake is failing with the error- UNABLE_TO_VERIFY_LEAF_SIGNATURE, Unable to verify the first certificate
Is this because the installation of latest CAs is failing for me:
Error: getaddrinfo ENOTFOUND mxr.mozilla.org
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:67:26) {
errno: -3008,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'mxr.mozilla.org'
}
Couldn't download the latest Root CAs, but it's not a big deal.
Use "require('ssl-root-cas')" instead of "require('ssl-root-cas/latest')"
As it is not able to download the latest Cas, Comodo is not updated with Sectigo? How could this be resolved?
any help would be appreciated
Regards,
Divisha