Sectigo (previously COMODO) not being recognized by Node JS even after installing ssl-root-cas #7

Open
opened 2022-01-14 06:47:45 +00:00 by Ghost · 0 comments

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

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
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: coolaj86/ssl-root-cas.js#7
No description provided.