Forum Discussion
Sujeet_Singh_34
Jan 17, 2018Nimbostratus
iRule Maintenance Page for HTTPS VIP
We a virtual server configured for both port HTTP and HTTPS, we need to setup an iRule for maintenance page if either VIP is down it will redirect to a maintenance page for both HTTP and HTTPS, we ha...
Kevin_Davies
Jan 18, 2018MVP
The configuration clearly shows you have no SSL profile attached to the 443 virtual server. If the traffic cannot be decrypted then the F5 cannot send the redirect. You will also need a HTTP profile as the HTTP_REQUEST event will not trigger without it.
==>tmsh list ltm virtual abc_com_443
ltm virtual abc_com_443 {
destination 10.35.20.7:https
ip-protocol tcp
mask 255.255.255.255
persist {
source_addr {
default yes
}
}
pool abc_net_443
profiles { <<<--- no http and ssl profiles
tcp { }
}
source 0.0.0.0/0
source-address-translation {
type automap
}
translate-address enabled
translate-port enabled
vs-index 119
}
If you look in the GUI you will see they are not configured.
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