Forum Discussion
David_caceres
Nimbostratus
Oct 10, 2019How i config, Soap web services and ocsp client cert validation
Hi I configured in apm the ocsp validation and works when i use with GET methods in the browser, but when i try to send a post to the soap the connection fails, and in the logs of the apm i didn't s...
iaine
Nacreous
Oct 15, 2019Hi
The code at a simple level is
when HTTP_REQUEST {
HTTP::header insert “clientless-mode” 1
}which will evaluate for all connecting clients. You would probably want to narrow the scope of this so that it only fires for requests from particular IPs or specific HTTP host headers for example.
Where are you requesting the Client Cert? You want to do this as part of the clientssl profile rather than in the APM policy.....as you're proxying the request in clientless mode you need all the info before the APM policy starts.
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