500-430 · Question #32
If using SSL for agent communication with an AppDynamics Controller, it is recommended that agent SSL traffic?
The correct answer is C. terminates at a reverse proxy or a load balancer in front of the Controller. AppDynamics recommends that you terminate SSL connections from agents at a reverse proxy or a load balancer in front of the Controller, rather than at the Controller itself. This improves the performance and scalability of the Controller by offloading the SSL processing to the pr
Question
If using SSL for agent communication with an AppDynamics Controller, it is recommended that agent SSL traffic?
Options
- Ais encrypted with a 64-bit encryption key
- Bis decrypted and then encrypted again at the firewall
- Cterminates at a reverse proxy or a load balancer in front of the Controller
- Dterminates at the Controller
How the community answered
(45 responses)- A4% (2)
- B13% (6)
- C76% (34)
- D7% (3)
Explanation
AppDynamics recommends that you terminate SSL connections from agents at a reverse proxy or a load balancer in front of the Controller, rather than at the Controller itself. This improves the performance and scalability of the Controller by offloading the SSL processing to the proxy or load balancer. It also simplifies the configuration and management of SSL certificates and truststores. To enable this option, you need to configure the proxy or load balancer to accept SSL connections from agents and forward them to the Controller using HTTP. You also need to configure the agents to use SSL and point to the proxy or load balancer host and port. See Enable SSL for the Java Agent for an example.
Topics
Community Discussion
No community discussion yet for this question.