F5 BIG-IP LTM Specialist: Maintain and Troubleshoot (301b) Exam Materials-Question 70 Discussion

An LTM Specialist finds that a web page load balanced by an LTM device displays the following browser warning: "This page contains insecure content." When browsing to the web server directly this warning is NOT present. ltm virtual VS_HTTP { destination ip-protocol tcp mask 255.255.255.255 pool http_pool profiles { client_ssl_profile { context clientside } http { } tcp { } } source 0.0.0.0/0 source-address-translation { type automap } vlans-disabled } ltm pool http_pool { members { HTTP { address } } } Trace captured to the virtual server $ curl http://www.brave-dumps.com <!DOCTYPE html> <html> <body> <h2>Click Here For Support</h2> <img src="http://image.brave-dumps.com/images/support.jpg" alt="Support Button"> </body> </html> Trace captured direct to the web server $ curl https://www.brave-dumps.com <!DOCTYPE html> <html> <body> <h2>Click Here For Support</h2> <img src="https://image.brave-dumps.com/images/support.jpg" alt="Support Button"> </body> </html> Which step should the LTM Specialist take to resolve the web browser warning message? (Choose one answer)

  • A. Apply a trusted SSL certificate to the clientssl profile.
  • B. Apply an iRule with HTTP_REQUEST to redirect http to https.
  • C. Apply an iRule with HTTP_RESPONSE to rewrite http links to https.
  • D. Apply a serverssl profile to the Virtual Server.
Correct Answer: A

Brave-Dump Clients Votes

A 100%

Comments



Brave-Dumps.com Admin 2026-03-21 02:21:31

Selected Answers: A


A