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
4 Replies
Sort By
- Michael_Yates
Nimbostratus
Hi Jucao,when SERVER_CONNECTED { if { ([string tolower [LB::server pool]] eq secure.server.pool ) } { SSL::enable serverside }
- Robert_47833
Altostratus
can I use this in event HTTP::request? - Michael_Yates
Nimbostratus
Hi Jucao,when HTTP_REQUEST { if { not ([HTTP::uri] starts_with "/mytargeturi/" ) or not ([HTTP::uri] starts_with "/myothertargeturi" ) } { SSL::disable serverside } }
- Robert_47833
Altostratus
hello,Michael
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