Forum Discussion
jermc777_185784
Nimbostratus
Feb 05, 2015Client Authentication - Trusted Certificate Authority
My website requires user authentication with user name and password. Example, www.mysiteABC.com. I want to allow users to access this as they normally do but if they were to go to www.mysiteABC.com...
cdougall_14195
Cirrus
Feb 05, 2015my first instinct here would be to use and irule and the virtual command. These kinds of change in behavior mid flow on a single virtual has caused problems for me in the past.
Basically - SubVirtual1 would be set up with no Auth - SubVirtual2 would be set up with only Auth.
The make VIP using the address in DNS for www.mysiteABC.com would have an irule that would look something like this
when HTTP_Request {
if { [string toupper [HTTP::url]] starts_with "DEFG") {
virtual SubVirtual1
} else {
virtual SubVirtual2
}
}
jermc777_185784
Nimbostratus
Feb 06, 2015thanks for this response, I think the way your describe will work but I really would like to see this done with an Irule and not creating additional VIP's. If that fails I will try what you have above
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