Forum Discussion

Pradeep_Kandala's avatar
Pradeep_Kandala
Icon for Nimbostratus rankNimbostratus
Jan 10, 2013

Disabling call to CLIENTSSL_CLIENTCERT

I have an irule which runs for eith both p12 and x509 certificates.My have code is calling CLIENTSSL_CLIENTCERT, can anybody tell me how to diable it in IRULE ?

 

I can not remove CLIENTSSL_CLIENTCERT from my code as it require for other kind of operations.

 

2 Replies

  • Can you clarify what you want to disable? Do you want to disable LTM requiring or requesting a client cert? If so, what logic do you want to use to decide when to request a client cert?

     

     

    Aaron
  • The CLIENTSSL_CLIENTCERT event will be triggered whenever a user presents a certificate, generally at the request of a certificate prompt via client SSL profile or Access Policy Manager. So NOT requesting a certificate would keep this event from firing.

     

    Can you explain further whay you need this?