Forum Discussion
Modena_
Nimbostratus
Jun 03, 2018APM w/o javascript (access APM VIP from a script)
Hi all, I have an APM policy which is using certificate authentication, and an OCSP check. I have this bit working, but the thing is, this VIP sits in front of an API which gets accessed programmatic...
youssef1
Cumulonimbus
Jun 04, 2018Hi,
you have to configure your policy as clientless-mode: Add this irule to your VIP:
when HTTP_REQUEST {
HTTP::header insert "clientless-mode" 1
}
Or follow this article (APM Clientless certificate authentication by stanislas):
https://devcentral.f5.com/codeshare/apm-clientless-certificate-authentication-1108
Keep me in touch.
Regards