QuestionQ85

Troubleshoot Basic Virtual Server Connectivity Issues

Question Image

Refer to the exhibit.

The virtual server listens on port 443. What is the solution to this issue?

  • A Add an SSL Client profile to the existing virtual server.
  • B Modify the virtual server HTTP Profile to 'Redirect RewritE. All'.
  • C Modify the virtual server TCP profile to disable Nagle's Algorithm.
  • D Modify the virtual server HTTP Profile to 'Redirect RewritE. Matching'.
Explanation

The backend returns a redirect from an HTTPS request to an HTTP URL. With Redirect Rewrite set to All, BIG-IP rewrites every HTTP redirect response, so the client is redirected to the HTTPS virtual server instead of attempting an HTTP connection. The Matching setting applies only when the redirect URI matches the requested URI (apart from an optional trailing slash), which does not cover this redirect.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!