IP: 5.5.5.5 is not in the cert's list #1
Загрузка…
x
Ссылка в новой задаче
Block a user
Описание отсутствует.
Удалить ветку «%!s()»
Удаление ветки необратимо. Несмотря на то, что удаленная ветка может просуществовать некоторое время перед тем, как она будет окончательно удалена, это действие НЕВОЗМОЖНО отменить в большинстве случаев. Продолжить?
Getting this error
Error [ERR_TLS_CERT_ALTNAME_INVALID]: Hostname/IP does not match certificate's altnames: IP: 5.5.5.5 is not in the cert's list:Added
-addext "subjectAltName=IP:5.5.5.5"toopenssl reqin https://git.coolaj86.com/coolaj86/nodejs-self-signed-certificate-example/src/branch/master/make-root-ca-and-certificates.sh Still getting same errorIt worked. had to add the below in client nodejs code
That's not working. That's entirely crippling the security of your system, guaranteeing that an attacker can use any forged certificate.
You disabled SSL, essentially.
So the below code almost disables SSL?
Why do I get IP is not in the cert's list error although I did add -
addext "subjectAltName=IP:5.5.5.5?