Forum Discussion
Derek_21908
Nimbostratus
May 15, 2007HTTPS response for LB_FAILED event
I have written an iRule to generate an HTTP response when a pool is unavailable. In essence, it does
when LB_FAILED {
set message {Server [HTTP::host] is down}
HTTP::respond 500 content [subst $message]
}
This works for an HTTP Virtual Server. However, for an HTTPS Virtual Server (one that has an SSL Client Profile), the BIG-IP abruptly closes the connection instead of responding.
Is there any way to make this work with HTTPS? Am I doing something wrong, or is this a bug in BIG-IP? (I'm using BIG-IP 9.1.0 Build 6.2.)
For the complete iRule, see
http://devcentral.f5.com/wiki/default.aspx/iRules/Webserver_Down_Message.html
- Colin_Walker_12Historic F5 AccountHave you made any progress with this issue? It sounds like an interesting one that would be worth pursuing via Tech Support and the CR process.
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