CompTIA CASP+ (CAS-004) — Question 493
An internal user can send encrypted emails successfully to all recipients, except one, at an external organization. When the internal user attempts to send encrypted emails to this external recipient, a security error message appears. The issue does not affect unencrypted emails. The external recipient can send encrypted emails to internal users. Which of the following is the most likely cause of the issue?
Answer options
- A. The validity dates of the external recipient's private key do not match the SSH keys with which the internal user is accessing the system.
- B. The external recipient has an expired public/private key pair that has not been revoked by the CA.
- C. The internal user's company email servers have an incorrect implementation of OCSP and CRL settings.
- D. The external recipient's email address and the email address associated with the external recipient's public key are mismatched.
Correct answer: D
Explanation
The correct answer is D because if the email address associated with the external recipient's public key does not match the email address being used, the encryption process will fail, leading to a security error. Options A and B are less likely since they pertain to key validity, which would affect all communications, not just this specific case. Option C is also incorrect because the issue is isolated to one recipient, not a systemic problem with the email servers.