Forum Discussion
vvskaladhar_488
Nimbostratus
8 years agoIrule for restricting selected ips for NOT USING TLSV1 and 1.1
Hello All,
I have requirement of use an iRules in F5 to enable TLS V1.0 and 1.1 only for Selected IP addresses or IP ranges. and enable only TLS 1.2 for all remaining .
I have tried the irule below...
AceDawg_204810
Cirrus
8 years agoLooks like the syntax may be slightly off. Try this:
{ if { [matchclass [IP::client_addr] contains TLSV1.0_1.1_Disable ]}
Check the following solution article for examples on referencing data groups in IRules:
- vvskaladhar_4888 years ago
Nimbostratus
Thanks you so much for the help on this. i am able to add the irule as below and waiting for the confirmation form the client to say ready for testing. below is the irule by taging to the vip kaladhar.abc.com.
when CLIENT_ACCEPTED {
if { [matchclass [IP::client_addr] contains TLSV1.0_1.1_Disable ]} {
SSL::profile kaladhar.abc.com_TLS_Disable} else {
SSL::profile kaladhar.abc.com}
}
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