-
Notifications
You must be signed in to change notification settings - Fork 416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MongoDB] Starting mongod with TLS now requires specifying a certificate authority #1756
Comments
I've set the parameter as you suggested:
But the client still doesn't connect with the following logs after running
Does that mean I need to provide an SSL certificate while connecting? Or is it something else? Edit: This Stackoverflow answer solved the problem for me. I didn't specify my own certificate – so adding the line
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See Issue
Probably setting
tlsUseSystemCA
to true does the trick.The text was updated successfully, but these errors were encountered: