I am able to capture 503 error from the backend server, if that is in the status code. However, when there’s an SSL handshake failure I can’t catch it with the fault rule looking for
response.status.code == 503
I see the following error when there is a SSL handshake failure:
{"Envelope":{"encodingStyle":"http:\/\/schemas.xmlsoap.org\/soap\/encoding\/","Body":{"Fault":{"faultcode":"soap:Server","faultstring":"The Service is temporarily unavailable","faultactor":{},"detail":{"source":{"errorcode":"messaging.adaptors.http.flow.ServiceUnavailable"}}}}}}