HTTPS browser access problem

1. Description of the problem

Set up HTTPS service environment https://172.16.0.17 , when accessed using a browser, a message appears:

  • "Your connection is not private" (Chrome), as shown below
    Here Insert Picture Description

  • "Your link is not safe" (Firefox), as shown below
    Here Insert Picture Description

2, the solution

Solution 2.1 Chrome browser

Click [Advanced] button, you can see the details of the problem, as shown
Here Insert Picture Description
in the address bar, enter chrome chrome: // net-internals / # hsts , to 172.16.0.17delete from HSTS in, as shown below
Here Insert Picture Description
Then, revisit https://172.16.0.17 , still prompts "your connection is not private," opening the [advanced] in the "continue to 172.16.0.17 (unsafe)", you can enter normal.
Here Insert Picture Description

2.2 Firefox browser solution

Click [Advanced] button, you can see the details of the problem, as shown below
Here Insert Picture Description

Click [add] exceptions, you can see the dialog box shown below
Here Insert Picture Description
and click [OK] security exceptions, you can enter normal.

3. References

Chrome NET :: ERR_CERT_AUTHORITY_INVALID error analysis and handling
https://blog.csdn.net/xujing19920814/article/details/53966948

Guess you like

Origin blog.csdn.net/cgs1999/article/details/89882948
Recommended