Forum Discussion
foohoo_219332
Nimbostratus
Aug 27, 2015Redirect when a specific error is encountered
Hi Guys,
First let me apologise, I'm pretty new to this type of thing and coming from a software development background!
I have a situation where, due to security, we are only able to allow...
Kevin_Stewart
Employee
Aug 27, 2015That's pretty straight forward:
when HTTP_REQUEST {
if { not ( [SSL::cipher version] eq "TLSv1.2" ) } {
HTTP::respond 200 content "You need to use TLSv1.2"
}
}
You can put anything you want in that HTTP::respond message, include pure HTML syntax. You also of course need to allow the lower ciphers (within reason).
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