CyberArk PAM-CDE Recertification — Question 72
A customer installed multiple PVWAs in the production environment behind a load balancer VIP. They subsequently observed that all incoming traffic from the load balancer VIP goes to only one PVWA; even though all the PVWAs are up and running.
What could be the likely cause of this situation?
Answer options
- A. The load balancing algorithm is the least connections algorithm.
- B. The Certificate of the loadbalancer is not a wild card cert.
- C. The Load Balancing Pool only has one PVWA server
- D. SSL passthrough is not configured on the load balancer.
Correct answer: D
Explanation
The correct answer is D because if SSL passthrough isn't configured, the load balancer may terminate SSL at a single server rather than distributing traffic among multiple PVWAs. Option A is incorrect since the least connections algorithm would typically distribute traffic based on current load. Option B is not relevant to the traffic distribution issue, and option C is incorrect because the scenario states that multiple PVWAs are installed.