TLS handshake fails
Identify whether the failure occurs between the client and Nexo or between Nexo and MongoDB.
Check
- Verify the certificate is current and valid for the hostname used.
- Confirm the issuing CA is trusted by the connecting side.
- Check certificate chain completeness.
- Verify client-certificate requirements and key pairing.
- Confirm both sides permit a common TLS version and cipher configuration.
- Check system time on participating hosts.
Avoid bypassing certificate verification. If a temporary diagnostic exception is unavoidable in a test environment, remove it immediately and document the root cause.