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

Открыто
открыт 2022-01-14 06:47:45 +00:00 пользователем Ghost · комментариев: 0
Ghost прокомментировал(а) 2022-01-14 06:47:45 +00:00

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
Войдите, чтобы присоединиться к обсуждению.
Нет меток
1 участников
Уведомления
Срок выполнения
Срок выполнения не установлен.
Зависимости

Зависимостей нет.

Ссылка: coolaj86/ssl-root-cas.js#7
Описание отсутствует.