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 work because this particular VIP requires SSL.
Is it possible within an iRule to be an SSL Client and connect to an SSL Server?
Thanks,
-Dan
- spark_86682Historic F5 AccountYou 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 } }
- Colin_Walker_12Historic F5 Account
- dan_19334
Nimbostratus
Thanks, the SERVER_CONNECTED code looks promising I will test that out and report back. The codeshare one to me looks like it is how to handle this creatively on the receiving end...
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