Forum Discussion
Rob_Wismans_179
Nimbostratus
Feb 22, 2018Bypass Client Certificate authentication
Hello,
I have an existing working irule that handles client authentication.
The Client SSL Profile is set to request a client certificate.
My question: How to bypass this existing cli...
Rob_Wismans_179
Nimbostratus
Feb 22, 2018when HTTP_REQUEST {
if { $reject } {
if { $static::debug == 2 } { log local0. "CIP: Client certificate rejected (DN: $cert_subject)" }
HTTP::respond 200 content {
Denied
Your client is denied access.
}
TCP::close
reject
}
if {$auth ne ""} {
if { $static::debug == 2 } { log local0. "CIP: Adding Authorization: Basic $auth" }
HTTP::header remove "Authorization"
HTTP::header insert "Authorization" "Basic $auth"
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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
