Forum Discussion
Banny_Lau_10257
Nimbostratus
Jun 22, 2005Any Solution
I am sorry that I am newbie for writing IP rule and configuring BIGIPv9.1. Could anyone help me the following:
Could you have any solution about configuring SSL Client Authentication and Without SSL Client Authentication on different URI in same URL header address?
e.g.
1. SSL Client Authentication can be activiated while accessing https://test.com/abc/test.jsp
2. Without SSL Client Authentication can be activated while accessing any subdirectories of https://test.com/ except the formal URL.
- Tao_Liu_90341Historic F5 AccountYes, you can. What you need is to write a customized auth rule which will perform SSL authentication after receiving HTTP request (it also means SSL handshake has done). In that rule, it can decide whether to perform authentication or not based on URI.
- Banny_Lau_10257
Nimbostratus
Hi ! - Tao_Liu_90341Historic F5 AccountI am not sure if you want to do certificate authentication using LDAP or OCSP. Other than that, SSL authentication lies in SSL profile. Could you describe your scenario in detail ?
- bl0ndie_127134Historic F5 Account
- Banny_Lau_10257
Nimbostratus
- Banny_Lau_10257
Nimbostratus
I am sorry that I did not use LDAP or OCSP for Authentication! - Banny_Lau_10257
Nimbostratus
- Tao_Liu_90341Historic F5 AccountAccording to your above sample rule, there is problem in HTTP::header insert if that would happen in CLIENTSSL_CERTIFICATE.
- unRuleY_95363Historic F5 AccountI can't help you with the certificate stuff, but I can help you with the error:
if { not $new_uri starts_with "/" } {
if { (not $new_uri) starts_with "/" } {
if { not ( $new_uri starts_with "/" ) } {
- Banny_Lau_10257
Nimbostratus
I am sorry for the mistakes. Thank you for your kind help! Could anyone help me solve the problem of the scenario?
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