How to allow for self signed certificates?
Hi,
I'm developing web app. I created and set up ssl auth for localhost with self signed cert.
When I hit my endpoint with firefox I see:
Secure Connection Failed
An error occurred during a connection to localhost:8081. SSL peer cannot verify your certificate.
Error code: SSL_ERROR_BAD_CERT_ALERT
The page you are trying to view cannot be shown because the authenticity of the received data could not be verified. Please contact the website owners to inform them of this problem.
How to disable security in FF so I can test my endpoint?
Hi,
I'm developing web app.
I created and set up ssl auth for localhost with self signed cert.
When I hit my endpoint with firefox I see:
-------------------------------------------------
Secure Connection Failed
An error occurred during a connection to localhost:8081. SSL peer cannot verify your certificate.
Error code: SSL_ERROR_BAD_CERT_ALERT
The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
Please contact the website owners to inform them of this problem.
---------------------------------------------------------
How to disable security in FF so I can test my endpoint?
Изменено