For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

Dipta_02_148889's avatar
Dipta_02_148889
Icon for Nimbostratus rankNimbostratus
Sep 09, 2014

Guys, I have a configuaration on LTM with SSL termination on LTM, but after adding client and serverssl the redirection stopped working

The virtual configuaration is :

 

virtual fits-prd.fmr.com-443-v-rtp { pool fits-prd.fmr.com-443-v-rtp destination 10.93.125.241:443 ip protocol 6 rules analyticsredirect-443 persist source_addr_900 profiles { fidelity-apps-http {} fidelity-oneconnect {} fidelity-serverssl { serverside } fpcms-obiee-prd.fmr.com { clientside } tcp-lan-optimized-1015 {} } }

 

In the above config I have a irule analyticsredirect-443 which contains:

 

when HTTP_REQUEST { if { [HTTP::uri] equals "/" } { HTTP::redirect "https://[HTTP::host]/analytics/" } }

 

But when user tried to access the url she cannot get the following page: https://fpcms-obiee-prd.fmr.com/analytics.

 

Same irule works for port 80. Not sure, but is it something to do with SSL profiles on port 443.

 

3 Replies

  • does the system function without the iRule? does the backend server even listen op port 443 (HTTPS)?
  • BinaryCanary_19's avatar
    BinaryCanary_19
    Historic F5 Account
    You need to define "not working". What is the symptom? Error message? what does /var/log/ltm say? etc.