Exam 301b All QuestionsBrowse all questions from this exam
Question 170

-- Exhibit

-- Exhibit --

Refer to the exhibit.

An LTM Specialist has created a virtual server to balance connections to a pool of application servers and offload SSL decryption. Clients connect to the application at https://www.example.com/. The virtual server is configured with a clientssl profile but no serverssl profile. The application servers are listening on ports 80 and 443. Users are unable to connect to the application through the virtual server but are able to connect directly to the application server.

What is the root cause of the error?

    Correct Answer: D

    The application servers are redirecting users to HTTPS. The virtual server is configured with a client SSL profile but lacks a server SSL profile, preventing the LTM device from handling SSL-encrypted traffic to the backend servers on port 443. This results in connection issues when the application servers attempt to redirect users to HTTPS.

Discussion
GVKDOption: D

D - Correct LTM wont be able to connect to 443 without a Server SSL Profile.