Reference
ROUTER_EXTERNAL_TARGET_HANDSHAKE_ERROR
Error in establishing a connection with an external target.Table of Contents
The ROUTER_EXTERNAL_TARGET_HANDSHAKE_ERROR
error occurs when a connection cannot be successfully established with an external target. This error may result from issues during the SSL handshake process or due to a timeout, and is often attributed to one of the following causes:
- SSL handshake failure: The SSL handshake may fail if the target has an invalid certificate or uses an unsupported Cipher Suite
- Timeout: The error could also be due to a timeout, which might be caused by internal event loop latency or issues connecting to the target
502
ROUTER_EXTERNAL_TARGET_HANDSHAKE_ERROR
Unable to establish connection with external target
To troubleshoot this error, follow these steps:
- Check SSL configuration: Ensure that the target's SSL certificate is valid and that it is not using an unsupported Cipher Suite
- Investigate connectivity issues: Look into potential connectivity problems between your application and the external target
- Monitor internal latency: Be aware of any internal event loop latency that might be contributing to the timeout
Last updated on July 24, 2024
Was this helpful?