F5 Application Delivery Fundamentals — Question 14
A site needs to terminate client HTTPS traffic at the BIG-IP and forward that traffic unencrypted. Which two are profile types that must be associated with such a virtual server? (Choose two.)
Answer options
- A. TCP
- B. HTTP
- C. HTTPS
- D. ClientSSL
- E. ServerSSL
Correct answer: D, E
Explanation
The correct answer is D and E because the ClientSSL profile is required to handle incoming SSL connections from clients, while the ServerSSL profile is necessary for forwarding the traffic to the backend servers. The other options, TCP, HTTP, and HTTPS, do not facilitate the decryption and re-encryption process necessary for this configuration.