Forum Discussion
Siraj_Arab_1610
Mar 22, 2016Nimbostratus
How to create iRule to respond with Maintanence Page for HTTPS site
I have created a maintenance page using html - iFile configurations as below:
when HTTP_REQUEST {
if { [active_members [LB::server pool]] < 1} {
switch [string tolower [HTTP::...
tatmotiv
Mar 22, 2016Cirrostratus
It will never work without the BigIP terminating SSL because in order to read or write http headers, you need to decrypt the payload. If you need SSL encryption on the serverside connection, you'll need to decrypt the client-side connection using a clientside ssl profile, then perform http operations using an http profile and iRule(s), and then re-encrypt serverside connections using a serverside ssl profile.
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