nerdexam
Broadcom-VMware

5V0-43.21 · Question #36

An operator has created a Virtual Service with pass-through SSL using the System-L4- Application profile to load balance a secure HTTP application. The web servers only accept connections via TLS on…

The correct answer is D. Configure a Health Monitor of Type: HTTPS instead of Type: HTTP. Option D is correct because the HTTP Health Monitor sends plaintext health check requests to port 443, but the web servers only accept TLS-encrypted connections - causing every check to fail and all members to be marked down. Switching to an HTTPS Health Monitor tells the load…

Avi Vantage Platform Troubleshooting

Question

An operator has created a Virtual Service with pass-through SSL using the System-L4- Application profile to load balance a secure HTTP application. The web servers only accept connections via TLS on port 443. The operator configures the Pool with default port 443 and an HTTP Health Monitor. With this configuration, all pool members are marked as down. However, the application owner has confirmed that the web servers are operational. Which configuration change should the operator make to correct this error?

Options

  • AConfigure "Enable SSL" in the Pool configuration.
  • BConfigure "Enable SSL" in the HTTP Health Monitor.
  • CChange the Application Profile in the Virtual Service to System-Secure-HTTP.
  • DConfigure a Health Monitor of Type: HTTPS instead of Type: HTTP.

How the community answered

(24 responses)
  • A
    4% (1)
  • B
    4% (1)
  • C
    8% (2)
  • D
    83% (20)

Explanation

Option D is correct because the HTTP Health Monitor sends plaintext health check requests to port 443, but the web servers only accept TLS-encrypted connections - causing every check to fail and all members to be marked down. Switching to an HTTPS Health Monitor tells the load balancer to perform the TLS handshake before sending the health check, matching what the servers actually expect.

Why the distractors are wrong:

  • A - "Enable SSL in the Pool" addresses backend SSL re-encryption for the data path, not the health monitor; the health check will still use plain HTTP and continue to fail.
  • B - A standard HTTP Health Monitor has no "Enable SSL" checkbox; SSL capability is a property of the monitor type, not a toggle within an HTTP monitor.
  • C - Changing to System-Secure-HTTP converts the Virtual Service to an L7 SSL-terminating setup, fundamentally altering the architecture rather than fixing the health check mismatch.

Memory tip: Think of it as a language barrier - your health monitor has to "speak TLS" to reach servers that refuse plaintext. If the monitor type starts with "HTTP," it's always plaintext; only "HTTPS" type monitors initiate a TLS handshake. Match the monitor type to the protocol the server speaks.

Topics

#Health Monitors#SSL/TLS Protocol Matching#Pool Configuration#Virtual Services

Community Discussion

No community discussion yet for this question.

Full 5V0-43.21 Practice