-
Hey there! I'm trying to connect to a managed DB on Digital Ocean, and it requires a certificate and TLS. I'm trying to use the following command
And I get I can connect through compass, so the cert is and connection string is valid for sure. When I'm seeding another database on our server that does not require TLS it works fine. Does the seeder have TLS capabilities? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hi @thomsa, I think there could be two problems:
Please try the following form:
Let me know if that works 🙂 |
Beta Was this translation helpful? Give feedback.
-
First of all, thanks for the quick response, appreciate it!
The solution was in plain sight, in the actual documentation. Since I used |
Beta Was this translation helpful? Give feedback.
-
@thomsa Honestly, I totally forgot about such behavior 😄 I'm glad you figured it out! Closing as resolved 🙂 Cheers! |
Beta Was this translation helpful? Give feedback.
First of all, thanks for the quick response, appreciate it!
Unfortunately, it did not work. I tried without quotes and full path, I still get the same error.The solution was in plain sight, in the actual documentation.
Since I used
--db-uri
the--db-options
was totally ignored. So I just put the whole thing into a single string and it works.