Forum Discussion
Vishal_96707
Nimbostratus
Feb 19, 2008Selective HTTPS redirection
I am having following requirement in which the servers in the pool should talk to the virtual server using HTTP only while all other users should redirect to HTTPS.
The requirement for servers tal...
Vishal_96707
Nimbostratus
Mar 03, 2008
when HTTP_REQUEST
{
if{[matchclass[IP::client_addr] equals $::fmw_nodes]}
{
snat 192.168.253.250
}
else
{
HTTP::redirect https://[HTTP::host][HTTP::uri]
}
}
Here is what i have found in the logs
TCL error: Rule fmw-test - invalid command name "matchclass192.168.253.250" while executing "matchclass[IP::client_addr] equals $::fmw_nodes"
Mar 3 09:31:09 tmm tmm[1089]: 01220001:3: TCL error: Rule fmw-test - invalid command name "matchclass192.168.253.250" while executing "matchclass[IP::client_addr] equals $::fmw_nodes"
Mar 3 09:31:19 tmm tmm[1089]: 01220001:3: TCL error: Rule fmw-test - invalid command name "matchclass192.168.253.250" while executing "matchclass[IP::client_addr] equals $::fmw_nodes"
Mar 3 09:31:19 tmm tmm[1089]: 01220001:3: TCL error: Rule fmw-test - invalid command name "matchclass192.168.253.250" while executing "matchclass[IP::client_addr] equals $::fmw_nodes"
Mar 3 09:31:29 tmm tmm[1089]: 01220001:3: TCL error: Rule fmw-test - invalid command name "matchclass192.168.253.250" while executing "matchclass[IP::client_addr] equals $::fmw_nodes"
Mar 3 09:31:29 tmm tmm[1089]: 01220001:3: TCL error: Rule fmw-test - invalid command name "matchclass192.168.253.250" while executing "matchclass[IP::client_addr] equals $::fmw_nodes"
Mar 3 09:31:31 tmm tmm[1089]: 01220001:3: TCL error: Rule fmw-test - invalid command name "matchclass137.72.254.231" while executing "matchclass[IP::client_addr] equals $::fmw_nodes"
Mar 3 09:31:39 tmm tmm[1089]: 01220001:3: TCL error: Rule fmw-test - invalid command name "matchclass192.168.253.250" while executing "matchclass[IP::client_addr] equals $::fmw_nodes"
Mar 3 09:31:39 tmm tmm[1089]: 01220001:3: TCL error: Rule fmw-test - invalid command name "matchclass192.168.253.250" while executing "matchclass[IP::client_addr] equals $::fmw_nodes"
Mar 3 09:31:42 tmm tmm[1089]: 01220001:3: TCL error: Rule fmw-test - invalid command name "matchclass137.72.254.231" while executing "matchclass[IP::client_addr] equals $::fmw_nodes"
Mar 3 09:31:49 tmm tmm[1089]: 01220001:3: TCL error: Rule fmw-test - invalid command name "matchclass192.168.253.250" while executing "matchclass[IP::client_addr] equals $::fmw_nodes"
Mar 3 09:31:49 tmm tmm[1089]: 01220001:3: TCL error: Rule fmw-test - invalid command name "matchclass192.168.253.250" while executing "matchclass[IP::client_addr] equals $::fmw_nodes"
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects