Forum Discussion
Kory_52080
Nimbostratus
Jun 11, 2014Enable/Disable ProxySSL in iRule
 Is there a way to enable and disable the ProxySSL feature of an assigned client or server SSL profile within an iRule?    
 I have a virutal server that hosts many different application.  Pools and w...
Kevin_Davies_40
Nacreous
Jun 11, 2014Alternatively if you want to switch SSL profiles to one with the options you need then use SSL::profile
when HTTP_REQUEST {
  set uri [HTTP::uri]
}
when SERVER_CONNECTED {
  if {$uri equals "/myapplication" } {
    SSL::profile serverssl_profile
  }
}
This will switch the SSL profile to the specified. This must occur before the serverside SSL negotiation has occurred or you will need to use SSL:renegotiate.
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