QuestionQ16

Forensics Techniques

Question Image

Refer to the exhibit. What can be determined from this Apache log?

  • A A module named mod_ssl is needed to make SSL connections.
  • B The private key does not match with the SSL certificate.
  • C The certificate file has been maliciously modified
  • D The SSL traffic setup is improper
Explanation

The SSL configuration is improper because OpenSSL is failing to parse and process the configured private-key material, reporting ASN.1, PKCS#8, and PKCS#12 errors. These errors indicate invalid or unsuitable key encoding, encryption, or key-file configuration; they do not establish a certificate/private-key mismatch or malicious alteration.

Community Discussion

No comments yet. Be the first to start the discussion!