Forum Discussion
Robert_47833
May 15, 2012Altostratus
SSL::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_YatesNimbostratusHi Jucao,
when SERVER_CONNECTED { if { ([string tolower [LB::server pool]] eq secure.server.pool ) } { SSL::enable serverside }
- Robert_47833Altostratuscan I use this in event HTTP::request?
- Michael_YatesNimbostratusHi Jucao,
when HTTP_REQUEST { if { not ([HTTP::uri] starts_with "/mytargeturi/" ) or not ([HTTP::uri] starts_with "/myothertargeturi" ) } { SSL::disable serverside } }
- Robert_47833Altostratushello,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