A help desk technician receives a call from an employee who cannot access a secure corporate intranet application. When the employee navigates to the application URL, the web browser displays a security warning stating that the SSL/TLS certificate name does not match the requested domain name (NET::ERR_CERT_COMMON_NAME_INVALID). Other users on the same subnet can access the internal site without any certificate errors. Which of the following should the technician check FIRST on the affected computer?
- The local hosts file for unauthorized static domain IP mappingsAnswer
- BThe browser's site permissions and pop-up blocker exceptions
- CThe default home page setting in the browser configuration
- DThe Windows Credential Manager for expired network credentials
Answer
The technician should first inspect the local hosts file for unauthorized static domain IP mappings.
Inspecting the local hosts file is the correct initial step because static entries in C:\Windows\System32\drivers\etc\hosts override DNS queries. When a single workstation experiences a certificate domain mismatch for a site that works for all other users, an incorrect IP mapping in the hosts file redirects traffic to an unexpected web server presenting a different SSL certificate.
Step-by-Step Solution
Key Concept
Host File Redirection and Name Resolution Troubleshooting
Estimated Time:1m 0s