Forum Discussion
Robert_47833
Altostratus
May 15, 2012SSL::enable question
There is a VIP
ssl client profile is used but no ssl server profile
can I use SSL::enable in irule to enable ssl for some specific purpose
?
thanks in advance
Michael_Yates
Nimbostratus
May 15, 2012Hi Jucao,
Yes. You can do that.
Just create a qualifying iRule event and enable SSL for it.
Example:
when SERVER_CONNECTED {
if { ([string tolower [LB::server pool]] eq secure.server.pool ) } {
SSL::enable serverside
}
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