SK0-004 · Question #606
An administrator confirmed that the company's public website keeps presenting a certificate warning asking whether this site should be trusted when accessing it over HTTPS. Which of the following is…
The correct answer is D. SSL certificate is not issued by a trusted root CA. A browser trust warning on an HTTPS site typically means the SSL certificate was not issued by a CA present in the browser or OS trusted root CA store.
Question
An administrator confirmed that the company's public website keeps presenting a certificate warning asking whether this site should be trusted when accessing it over HTTPS. Which of the following is the MOST likely cause for this issue?
Options
- APrivate key is missing from the certificate.
- BPublic key is missing from the certificate.
- CSSL certificate is not trusted by the intermediate CA.
- DSSL certificate is not issued by a trusted root CA.
How the community answered
(43 responses)- A14% (6)
- B7% (3)
- C2% (1)
- D77% (33)
Why each option
A browser trust warning on an HTTPS site typically means the SSL certificate was not issued by a CA present in the browser or OS trusted root CA store.
A missing private key would prevent the TLS handshake from completing at all, causing a connection failure rather than a trust warning.
The public key is embedded within the certificate structure itself and cannot be absent from it - its absence would produce a malformed certificate error, not a trust prompt.
An intermediate CA issue would typically produce a specific chain error message rather than a general site-trust prompt, and many browsers attempt to auto-fetch missing intermediates.
Browsers and operating systems maintain a pre-installed list of trusted root Certificate Authorities. If a certificate is signed by a CA not in that store - such as a self-signed certificate or a private internal CA - the browser cannot verify the chain of trust and presents a warning asking the user whether to proceed. This is the most common cause of generic trust prompts on public websites.
Concept tested: SSL/TLS certificate trust chain and root CA validation
Source: https://learn.microsoft.com/en-us/windows-server/security/tls/tls-ssl-schannel-ssp-overview
Topics
Community Discussion
No community discussion yet for this question.