Basic Concept: SSL Forward Proxy requires endpoints to trust the firewall's issuing CA certificate; otherwise browsers reject dynamically generated substitute certificates.
Why A is Correct: Importing the CA certificate into client trust stores is required so clients trust certificates generated by the firewall during decryption.
Why B is Wrong: Set the subordinate CA certificate as the default routing certificate for all network traffic. is associated with authentication, PKI, or TLS configuration, but it is not the object or step that enforces the certificate validation or service identity requirement being tested.
Why C is Wrong: Configure the subordinate CA to issue certificates with indefinite validity periods. is associated with authentication, PKI, or TLS configuration, but it is not the object or step that enforces the certificate validation or service identity requirement being tested.
Why D is Wrong: Disable all existing SSL decryption rules until the new certificate is fully propagated. is associated with authentication, PKI, or TLS configuration, but it is not the object or step that enforces the certificate validation or service identity requirement being tested.
Submit