Requirement :
- No special requirement.
Steps in detail :
All rite. Everytime you use ie to access an https site with self signed certificate, you maybe see the Certificate Error/Warning Message like this :
Although you have imported the Certificate to the Trusted Root CA, but it will always appear everytime access the site. You can always continue by clicking the "Continue to this website ..." but it is really annoy.
To permanenty bypass this message, you have to satisfy the 3 conditions :
In our example, the condition 1st & 2nd are valid but the 3rd is not (still using IP address), so we have to change it to domain name and it wil works like a charm.
No more Warning message and the lock icon besides the address bar has changed to blue color (that means valid Certificate)
To permanenty bypass this message, you have to satisfy the 3 conditions :
- The expired time of the Certificate must be valid.
- The client must trust the CA provider (the Issued by entry) or higher level CA providers.
- The domain name of the website must match the subject of the Certificate (the Issued to entry).
No more Warning message and the lock icon besides the address bar has changed to blue color (that means valid Certificate)
No comments:
Post a Comment