Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

Forum Discussion

Ian_Upton_39258's avatar
Ian_Upton_39258
Icon for Nimbostratus rankNimbostratus
May 28, 2008

HTTPS re-direction debug

Gentlefolk,

 

 

I wish to perform a redirect from a HTTP virtual server which terminates the SSL to a HTTPS server with a client and server ssl profile (encrypted all the way to the server). I have used code along the following lines:

 

 

when HTTP_REQUEST {

 

if { [HTTP::uri] end with "ME" } {

 

HTTP::redirect "https://10.200.132.121[HTTP::uri]"

 

}

 

}

 

Logging shows that the URI is picked.

 

 

The client browser displays "page not found", a sniffer trace does not show any communication from the client to the redirected address 10.200.132.121.

 

 

If I make the redirect virtual server (10.200.132.121) terminate the client SSL I see the redirect on the sniffer trace and the browser is redirected to the new page. It all works!!!!!!

 

 

How can I debug what is received/processed/whatever on the client PC and browser?????

 

 

Any help appreciated, Ian. src=/DesktopModules/NTForums/themes/DC4/emoticons/angry.gif width=20 height=20>

 

 

 

2 Replies

No RepliesBe the first to reply