Replies: 1 comment 4 replies
-
Hi, sorry for the inconvenience. We use the official MongoDB driver. You can find the documentation here: https://www.mongodb.com/docs/drivers/node/current/fundamentals/connection/connection-options/ you probably want tls:true, tlsCAFile and tlsCertificateKeyFile all these option in the settings.json under the key dbSettings. Then it should work. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
unfortunately I didn't find any solution to my problem.
How can I connect etherpad to a remote mysql database secured by SSL/TLS?
I found #5350 but I'm not getting into it. What do I need to configure in settings.json to have etherpad connect securely to mysql? The referenced link to ueberdb2/mysql2 doesn't tell me either. Is it so rare to connect securely to mysql? Maybe this should be documented?
Regards
Beta Was this translation helpful? Give feedback.
All reactions