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

Pregunton's avatar
Pregunton
Icon for Nimbostratus rankNimbostratus
Oct 24, 2024

Redirect https to https virtual server Certificate question

Hi, i have to redirect a https request to a https virtual server , i have in mind to use an irule as follows: when HTTP_REQUEST {     set url [HTTP::uri]     if {[regexp {"STRING"} $url]} {   ...