Forum Discussion
swapna_p
Nimbostratus
Jul 17, 2017How to pass client cert to server for specific URI condition only via iRule
Hi All,
Need help with iRule, client wants to have client cert at server level for authentication for specific URI only, I was able to send client cert to servers using below irule ( got it from ot...
Charles_Lamb
Nimbostratus
Jul 28, 2017Hi Swapna,
What happens when you try:
set id [SSL::sessionid]
set the_cert [session lookup ssl $id]
if {[HTTP::uri] starts_with "/BCAPI/V2.0/"} {
if { $the_cert != ""} {
HTTP::header insert x-client-cert [X509::whole $the_cert]
}
}
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
