Skip to content
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

Import mongo db to SSL secured elastic search #137

Open
3 tasks done
Venkat477 opened this issue Feb 7, 2019 · 0 comments
Open
3 tasks done

Import mongo db to SSL secured elastic search #137

Venkat477 opened this issue Feb 7, 2019 · 0 comments

Comments

@Venkat477
Copy link

Venkat477 commented Feb 7, 2019

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
  • I have mentioned my abc version in the issue, if applicable.
  • This issue is not a duplicate.
  • This issue has a description.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant