I have a question concerning private endpoints. I configured a private endpoint according to the docs, i see the corresponding endpoint in my AWS vpc, copied the ids from there into the Atlas UI, ready. Took the connection string from Atlas and put it into a Studio 3T connection. Result in a connect try ist:
Connection failed.
SERVER [oa-arch-5c40a0f6c56c98b26b58ddc7-7wzqm-vpce-0d32fbae59537dab8.a-pl.query.mongodb.net:27017] (Type: UNKNOWN)
|/ Connection error (MongoSocketWriteException): Exception sending message
| / SSL error: Remote host terminated the handshake
|____/ I/O error: SSL peer shut down incorrectly
Details:
Timed out while waiting for a server that matches ReadPreferenceServerSelector{readPreference=primary}. Client view of cluster state is {type=UNKNOWN, servers=[{address=oa-arch-5c40a0f6c56c98b26b58ddc7-7wzqm-vpce-0d32fbae59537dab8.a-pl.query.mongodb.net: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}}]
What am i missing?