Forum Discussion
Leonardo_39231
Sep 11, 2012Nimbostratus
LB_Failed when serverssl profile is used
I have a VS that is doing SSL offloading and re-encrypting to some URI's using irules. The problem I'm having is that I get a LB_Failed event in my logs when going to the unencrypted pool/"http_pool...
Michael_Yates
Sep 12, 2012Nimbostratus
Could you send us what the error is that you are seeing in the LTM Log?
This is what Hoolio is suggesting:
when HTTP_REQUEST {
set http_uri [HTTP::uri]
set http_host [HTTP::header "Host"]
set client_addr [IP::client_addr]
if { [HTTP::uri] starts_with "/https" } {
use pool https_pool
}
elseif { [HTTP::uri] starts_with "/http" } {
SSL::disable serverside
use pool http_pool
}
else {
SSL::disable serverside
use pool http_pool_default
}
}
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