Always got the page "Your connection is not secure".
Categories
(Core :: Security: PSM, defect)
Tracking
()
People
(Reporter: prosong, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0
Steps to reproduce:
Access an SSL webpage where a the certification issuer is not known. (self-signed certification)
Actual results:
Always got the page "Your connection is not secure". And we have to add the certification to exception.
Expected results:
The page can proceed the URL without adding the certification to exception.
We always do internal develop/testing for internal web sites applications. After each build/deployment the certification is re-generated and changed.
It is very annoying to add all of useless certification to exception. Most of testing engineer have to use other Browsers like Chrome to do testing.
Updated•6 years ago
|
![]() |
||
Comment 1•6 years ago
|
||
One way to solve this would be for you to create a CA certificate, import that into Firefox, and use it to issue the server certificates.
Thanks for your comments, Dana. Your solution works fine if we only have one small team.
In fact, we have multiple teams in the product, and we cannot ask other teams to use the CA certificate, that's the issue.
Description
•