Forum Discussion
helm123_141710
Jan 28, 2015Nimbostratus
irule with different SSL profiles depending on the pool.
Converting another load balancing device to the F5 and have a question that I just can't seem to find the answer for. I have an HTTPS virtual server that going to load balance different pools based ...
nathe
Jan 29, 2015Cirrocumulus
sorry, syntax error:
when HTTP_REQUEST {
switch -glob [HTTP::uri] {
"/external/lifts/docs" -
"/internal/sites" {
pool CompanyA
}
"/external/boats/docs" -
"/internal/states" {
pool CompanyB
}
}
}
when SERVER_CONNECTED {
switch [LB::server pool] {
CompanyA {
SSL::profile CompanyA
}
CompanyB {
SSL::profile CompanyB
}
}
}
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