We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
abc version: 0.10.0 Command: ./abc-0.10.0 import --src_type=mongodb --src_uri="mongodb://x.x.x.x:27019/" --ssl=false "https://username:[email protected]:9200/"
I'm trying to import mongo data from Unsecured mongo to SSL enabled secured elastic search but I'm unable to do and receiving the below error.
Error form abc: panic: connection error, https://y.y.y.y:9200 [recovered] panic: Panic at 60: connection error, https://y.y.y.y:9200 [recovered] panic: Panic at 60: connection error, https://y.y.y.y:9200
Error from Elasticsearch: SSL Problem Received fatal alert: bad_certificate javax.net.ssl.SSLException: Received fatal alert: bad_certificate
How to solve this issue. Though I set ssl to false, the import is not happening and what is the way to solve the issue.
Thanks
abc
The text was updated successfully, but these errors were encountered:
No branches or pull requests
abc version: 0.10.0
Command: ./abc-0.10.0 import --src_type=mongodb --src_uri="mongodb://x.x.x.x:27019/" --ssl=false "https://username:[email protected]:9200/"
I'm trying to import mongo data from Unsecured mongo to SSL enabled secured elastic search but I'm unable to do and receiving the below error.
Error form abc:
panic: connection error, https://y.y.y.y:9200 [recovered]
panic: Panic at 60: connection error, https://y.y.y.y:9200 [recovered]
panic: Panic at 60: connection error, https://y.y.y.y:9200
Error from Elasticsearch:
SSL Problem Received fatal alert: bad_certificate
javax.net.ssl.SSLException: Received fatal alert: bad_certificate
How to solve this issue. Though I set ssl to false, the import is not happening and what is the way to solve the issue.
Thanks
Checks
abc
version in the issue, if applicable.The text was updated successfully, but these errors were encountered: