Forum Discussion
Khuongt_50925
Nimbostratus
Sep 04, 2008iRule error invoked from SSL - "unknown error"
I have the following iRULE:
when HTTP_REQUEST {
if { [HTTP::uri] starts_with "/admin"}{
pool test_admin
} elseif { [HTTP::uri] starts_with "/staging/" } {
pool test_staging
} else {
SSL::disable serverside
pool test_stng
if { [HTTP::uri] equals "/" } {
HTTP::redirect "http://test.dc.com/search/"
}
}
}
I get the following error:
tmm tmm[23243]: 01220001:3: TCL error: Rule test_irule - Unknown error (line 6) invoked from within "SSL::disable serverside"
Can someone please point out what is wrong with my iRule? Thanks.
- Nicolas_Menant
Employee
it seems there is a known issue : - hoolio
Cirrostratus
The original rule shows SSL::disable serverside being called from a clientside event, so according to SOL9065, this shouldn't be a problem. I couldn't find any other issues with SSL::disable serverside being used in HTTP_REQUEST. - Nicolas_Menant
Employee
Can you show us the configuration of your Virtual server, pool (/config/bigip.conf)?
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