How to perform healthchecks on mutual auth backend endpoints

babuk0930
Participant III

Hi

Our cf backends are mutual auth protected. So we used key stores to connect to them.

But we want to setup Health monitors for two way ssl endpoints.

Could someone let me know how to achieve that from edge

0 2 80
2 REPLIES 2

Check out https://docs.apigee.com/api-platform/deploy/load-balancing-across-backend-servers#configuringatarget...

You would need to create keystores containing your client certificate and private key, as well as using references to point to them.

Finally, it's just a matter of creating a standard HTTPMonitor

It says only one way SSL http monitors allowed.

We are doing two way SSL. So we are seeing health monitors supports two way SSL or not