Forum Discussion
puluck
Sep 21, 2018Cirrus
SSL Disable serverside
Hi Team ,
I am running VIP with end to send SSL but have requirement to route particular URI based request to non SSL pool . I have tried below irules but nothing working . I am able to see traf...
youssef1
Sep 21, 2018Cumulonimbus
Hi,
can you test this simple irule:
when HTTP_REQUEST {
set uri [string tolower [HTTP::uri]]
if { $uri starts_with "/myhome"}{
log local0. "SSL disabled for URI $uri"
SSL::disable serverside
}
pool myhome_http_pool
}
Validate that you trigged condition checking logs.
If you target in the same pool you don't need to specify the pool in if and else condition.
keep me update regards,
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