Forum Discussion
mike_61630
Nimbostratus
Dec 28, 2009Change HTTP response code
Hi,
I would like to know if It's possible to change the HTTP response code with an Irule.
My F5-ASM is blocking response pages with code 500.
I would like ...
swo0sh_gt_13163
Altostratus
Jul 15, 2015Hello Venomlace,
I think you can use your current cipher suites defined in your Client-SSL Profile, by adding !ADH within the same suite, to discard the ADH from being negotiate.
You may update your current cipher suite to the following.
NATIVE:!MD5:!EXPORT:!DES:!SSLv3:!ADH:!RC4:@SPEED
I hope this helps.
Cheers! Darshan
Venomlace_13384
Nimbostratus
Jul 15, 2015Thanks much! I will test this out and see if it passes our PCI scans. I'll follow up to let you know.