Hello! I have a few questions. I'm thinking to tr...
# mongodb
g
Hello! I have a few questions. I'm thinking to try Prisma with MongoDB connector but instead of real MongoDB we have AWS DocumentDB, are there any known issues regarding that, should i do it? AWS DocumentDB does not support public endpoints so I'm connecting to it from my local machine using SSH Tunneling, + we have an SSL connection. but Prisma gives me an error that names in certificate and hostname do not match since the hostname is the name of the machine running SSH tunnel, I was able to surpass the error with mongo shell or other tools by adding tlsInsecure=true to the connection string, but seems like in case of Prisma it's not getting recognised, any suggestions? Thanks!
1
n
Hey 👋 We have this one reported GitHub Issue for DocumentDB: #13205 Is your AWS DocumentDB compatible with MongoDB 4.2+ ? Because Prisma only supports the version of MongoDB higher than version 4.2
g
Thanks for you response, not exactly sure but i think it is 4.0. Anyway i think we'll move away from Amplify and DocumentDB, seems like there are a lot of other issues besides connection. Thanks!
🙌 1