You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.
To begin with, thank you very much for this awesome work!
The situation here is that I need to backup a mongod that uses SSL encryption (eg. MongoDB Atlas).
I think I've found my way out using the target: password: field in my .yml plan file, since I can't find any mention of --ssl parameter in your code, but it feels a bit too hacky for me.
Maybe I missed something... and you can enlighten me on that, thank you!
The text was updated successfully, but these errors were encountered:
To be honest, it does work atm, but it's a little bit hacky!
Just to be clear, I injected the --ssl --sslAllowInvalidCertificates parameters through my .yml plan file.
(I don't know if it was clear enough in my first message)
Hello,
To begin with, thank you very much for this awesome work!
The situation here is that I need to backup a mongod that uses SSL encryption (eg. MongoDB Atlas).
I think I've found my way out using the
target: password:
field in my .yml plan file, since I can't find any mention of--ssl
parameter in your code, but it feels a bit too hacky for me.Maybe I missed something... and you can enlighten me on that, thank you!
The text was updated successfully, but these errors were encountered: