Forum Discussion
Dave_Marshaloni
Nimbostratus
Mar 22, 2011Redirect User to different host based on source address
Hello All,
I'm new to iRules so this question may be stupid or not able to be accomplished.
We have a website (i.e. www.server.com) that we have. We want our internal users to be ...
StephanManthey
Nacreous
Mar 03, 2015Hi ERLomboy,
Nagl´s enabled was the default setting with the introduction of TMOS v9.
But especially for web traffic it makes sense to use custom tcp profiles with Nagl´s disabled.
I noticed similar issues in the past.
Please do not modify the default tcp profiles. Create new profiles with modifications and use them as parent.
Thanks, Stephan
- Erich_Macbeth_2Aug 17, 2017
Nimbostratus
I was able to figure out how to modify the cipher list from the CLI using the following commands:
tmsh modify sys application service iapp_name.app/iapp_name strict-updates disabled tmsh modify ltm profile client-ssl /Common/iapp_name.app/ssl_profile_name ciphers 'cipher_list' tmsh modify sys application service iapp_name.app/iapp_name strict-updates enabled
I have not been able to figure out how to get it to default to the parent SSL profile.