Ask Your Question
1

What is the meaning of the Nextjs pm2 Error ERR_TLS_CERT_ALTNAME_INVALID?

asked 2021-05-25 11:00:00 +0000

pufferfish gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2023-03-22 21:00:00 +0000

lalupa gravatar image

This error occurs when PM2 is unable to verify the SSL/TLS certificate of a Next.js application due to an invalid or mismatched Alternative Name field in the certificate. This can happen if the certificate was not issued for the specific domain name being used or if the certificate is expired or revoked. To resolve this issue, the certificate needs to be updated or a new one needs to be issued with the correct Alternative Name field.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-05-25 11:00:00 +0000

Seen: 2 times

Last updated: Mar 22 '23