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 27, 2008Historic F5 Account
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"
}
virtual vs_https {
snat automap
pool http_pool
destination 172.16.6.102:https
ip protocol tcp
rules certificado
profiles
tcp
test-cert
}
when CLIENT_ACCEPTED {
set certuno uno_prof
set certdos dos_prof
log "certificado uno $certuno certif2 $certdos"
PROFILE::clientssl [$certuno]
}
Error
Feb 27 13:47:55 tmm tmm[1675]: 01220002:6: Rule certificado : certificado uno uno_prof certif2 dos_prof
Feb 27 13:47:55 tmm tmm[1675]: 01220001:3: TCL error: certificado - invalid command name "uno_prof" while executing "$certuno"
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