Forum Discussion
dan_19334
Nimbostratus
Jun 02, 2009iRule SSL Client
We have an SSL only VIP and have a need to access it from an iRule associated with another VIP. Normally we just use the virtual or node command to connect to another VIP on the LTM, but that doesn't...
spark_86682
Jun 03, 2009Historic F5 Account
You should be able to add a serverssl profile to your vip, and then add some code that looks like:
when SERVER_CONNECTED {
if { $need_ssl_only_vip } {
SSL::enable
virtual ssl_only_vip
} else {
SSL::disable
}
}
I haven't tried this, but it should work.
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
