Ask Your Question
2

When the backend is on https, what is the meaning of the "self-signed certificate error" in Nuxt3 Js?

asked 2023-01-23 11:00:00 +0000

woof gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2022-07-08 14:00:00 +0000

djk gravatar image

When the backend is on https and there is a "self-signed certificate error" in Nuxt3 Js, it means that the SSL certificate used by the backend server is not trusted by the browser. This is because the SSL certificate is not signed by a trusted certificate authority (CA). Self-signed certificates are often used for development purposes, but they can cause security warnings in production environments. Browsers will display an error message to the user to inform them that the SSL certificate is not trusted, and may prevent them from accessing the website. However, this error can be ignored in a development environment by adding an exception to the browser.

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: 2023-01-23 11:00:00 +0000

Seen: 9 times

Last updated: Jul 08 '22