<@U04SE163WC8> Need help with following error in S...
# ask-ai
p
@kapa.ai Need help with following error in Self Hosted MongDb to Big query connection. Error -> caused by {javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake}, caused by {java.io.EOFException: SSL peer shut down incorrectly}
k
I see that you're encountering an SSLHandshakeException when trying to connect your self-hosted MongoDB instance to BigQuery using Airbyte. This error typically occurs when there's an issue with the SSL/TLS configuration between the client (in this case, Airbyte) and the server (your MongoDB instance). Based on the knowledge sources, it seems that this issue has been encountered by several users in the past. Here are a few things you could try: 1. Check your MongoDB connector version: Make sure you're using the latest version of the MongoDB connector. An older version might have bugs or compatibility issues that have been resolved in newer versions ([source](https://github.com/airbytehq/airbyte/issues/35388)). 2. Check your SSL/TLS configuration: The error message suggests that the SSL handshake is being terminated by the remote host (your MongoDB server). This could be due to an incorrect SSL/TLS configuration on the MongoDB server side. You might want to verify your MongoDB server's SSL/TLS configuration and ensure that it's set up to accept connections from Airbyte ([source](https://github.com/airbytehq/airbyte/issues/35657)). 3. Reach out to Airbyte support: If you're using Airbyte Cloud, consider reaching out to Airbyte's technical support for further assistance ([source](https://discuss.airbyte.io/t/839)). Remember to always back up your data and configurations before making any changes. If the issue persists, consider opening a new issue in the [Airbyte GitHub repository](https://github.com/airbytehq/airbyte/issues) for further assistance.