Forum Discussion
Salvador_del_Re
Feb 27, 2008Historic F5 Account
Client ssl
I want use a clientssl profile for some IP address and another clientssl profile for another range of IP adress.
Try to make a iRule and dont run.
Any ideas?
Thanks
Salvador_del_Re
Feb 28, 2008Historic F5 Account
Finally make the next iRule and my problem it´s resolved.
Thanks a lot
when CLIENT_ACCEPTED {
if { [matchclass [IP::client_addr] equals $::Direcciones_internas]
}
{
SSL::profile uno_prof
}
else
{
SSL::profile dos_prof
}
}
virtual vs_https {
snat automap
pool http_pool
destination 172.16.6.102:https
ip protocol tcp
rules certificado
profiles
clientssl
tcp
}
profile clientssl uno_prof {
defaults from clientssl
key "uno.key"
cert "uno.crt"
}
}
profile clientssl dos_prof {
defaults from clientssl
key "dos.key"
cert "dos.crt"
}
}
class Direcciones_internas {
network 172.16.0.0/16
networks 10.10.6.0/24
networks 192.168.6.0/24
}
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