Hello everyone, I have deployed Airbyte locally an...
# troubleshooting
c
Hello everyone, I have deployed Airbyte locally and I am trying to connect to mongodb, but I get this error!
Copy code
Could not connect with provided configuration. Error: Timed out after 30000 ms while waiting for a server that matches com.mongodb.client.internal.MongoClientDelegate$1@282308c3. Client view of cluster state is {type=REPLICA_SET, servers=[{address=172.31.23.101:27017, type=UNKNOWN, state=CONNECTING, exception={com.mongodb.MongoSocketWriteException: Exception sending message}, caused by {javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake}, caused by {java.io.EOFException: SSL peer shut down incorrectly}}, {address=172.31.23.102:27017, type=UNKNOWN, state=CONNECTING, exception={com.mongodb.MongoSocketWriteException: Exception sending message}, caused by {javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake}, caused by {java.io.EOFException: SSL peer shut down incorrectly}}, {address=172.31.23.103:27017, type=UNKNOWN, state=CONNECTING, exception={com.mongodb.MongoSocketWriteException: Exception sending message}, caused by {javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake}, caused by {java.io.EOFException: SSL peer shut down incorrectly}}]
s
What could be the issue?
a
Hey I think airbyte is not able to connect to mongodb