Summary
When trying to connect MongoDB as a source in Airbyte without SSL/TLS configuration, encountering a timeout error related to SSL handshake termination.
Question
I want to add mongodb as source in airbyte
I can connect with mongodb compass
and in mongod.conf doesnt have any config for ssl/tls I use open source airbyte that use docker but mongodb isn
t use docker,
the airbyte config is default and I don`t change that
I get error:
error: Timed out after 30000 ms while waiting for a server that matches ReadPreferenceServerSelector{readPreference=primary}. Client view of cluster state is {type=REPLICA_SET, servers=[{address=, type=UNKNOWN, state=CONNECTING, exception={com.mongodb.MongoSocketWriteException: Exception sending message}, caused by {http://javax.net|javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake}, caused by {java.io.EOFException: SSL peer shut down incorrectly}}]
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want to access the original thread.