<@UKNFKCN22> and all. Hi. I am Eshwar. I am curren...
# orm-help
e
@json and all. Hi. I am Eshwar. I am currently using Prisma in one of my projects for POC. Now am moving this POC to production. I am using MongoDB as my database. When I am connecting MongoDB to Prisma on the server, I am passing the SSL certificates given by my Database team. However, the connection is not successful. One of the platform team's architect has pointed out that Prisma is dropping these SSL certs and thus the connection to the DB is failing. Can someone please pitch-in and help me get over this issue. I am super excited to have my Production app run using Prisma. Can you help me overcome this show stopper and become a success story of Prisma community?
❤️ 1
d
I'm not super familiar with mongo in general, but if a connection proxy for mongo exists, I'd try that one first. configure the proxy to use the certs, configure prisma to connect to the proxy without any ssl (keep prisma and the proxy on the same box, obviously).
👍 2
e
@dperalta Thanks for the quick response. When you say Proxy, is it NGINX? or something else?
d
An actual connection proxy like Pgbouncer for Postgres.