How to test the connectivity between APIGEE SaaS and end point Load balencer 2-Way ssl

Not applicable

How to test the connectivity between APIGEE SaaS and end point Load balancer 2-Way ssl.

Can you guys help me how to test this, I have enabled 2 way ssl

0 2 1,296
2 REPLIES 2

Not applicable

Here is the error.

<?xml version='1.0' encoding='UTF-8'?><fault><faultstring>The Service is temporarily unavailable</faultstring><detail><errorcode>messaging.adaptors.http.flow.NoActiveTargets</errorcode></detail></fault>

Use the client certificate and make a test call from your laptop (or server you own) using a tool like curl.

curl -v -k -E ./certificate.pfx:password http://your-api

If you have whitelisted IPs this could be tricky but for the purposes of testing you could whitelist your local IP and perform this test.

This will ensure you have the right client cert, the server port is right, server cert is right, firewall is allowing traffic to your backend, the backend is able to serve valid request.

You can then move to Apigee Edge and try the call using an API.