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…
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)- A4% (1)
- B4% (1)
- C8% (2)
- D83% (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-HTTPconverts 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
Community Discussion
No community discussion yet for this question.