-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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 clients needs SSL CA info as a jks trust store, AWS DocumentDB provides pem #1314
Comments
I figured it out, ala this comment metabase/metabase#3877 (comment) For anyone else who runs into this issue:
so set
|
awesome work! I'll try to point this out as a known issue in the next release. |
Cool - it's not just the async client though, I get the same issue with the sync client. I think it's for any mongo that requires a trust cert. |
thanks for the clarification! |
what's you ycsb version back then. I have tried
then it shows errors: |
I am still having this issue. Were you able to fix it @wttat ? |
sorry, I give it up after tried lots of solution. I set the DocumentDB's ssl to false and directly connected to it without any CA info. |
Ok, so I got it to work. For anyone that is facing this issue, go to
Change those values to your truststore and password. For some reason, YCSB overwrites the |
Hello @rafbel |
I'm trying to run YCSB on AWS DocumentDB (MongoDB compatible); this is the mongo connection uri AWS provides:
When I pass this connection string to YCSB's mongodb.url option like:
I get this error:
How am I able to pass an ssl ca cert to ycsb's mongo connection?
The text was updated successfully, but these errors were encountered: