Forum Discussion
AJ_382665
Feb 07, 2019Nimbostratus
Unable to target another VIP or Pool
below is my setup
virtual server: myapp1_443
Service Port: 443
SSL profile: myapp_sslprofile
Pool: myapp1_pool_80
members: pool1member1 port 80
pool1member2...
P_K
Feb 07, 2019Altostratus
You need something like this. Well this is not tested but see if you can make it work.
when HTTP_REQUEST {
if { [active_members your_80_poolname] < 1 } {
SSL::enable serverside
pool your_443_poolname
}
}
Hope this helps!
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