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

ElasticSearch query runner: add support for skipping SSL certificate verification #2791

Open
MrPortra opened this issue Sep 6, 2018 · 1 comment

Comments

@MrPortra
Copy link

MrPortra commented Sep 6, 2018

Issue Summary

I tried to add a elasticsearch data source,Then I get error :

connection refused.

I used curl --insecure -u admin:admin https://xxxx:9200/_cluster/health?pretty it seems well

I think it may have been caused by the use of SSL self signed certificate. How can I set skip TLS verification when I setup c data source?

Steps to Reproduce

  1. setup data source
  2. choose elasticsearch
  3. write configuration
    4.test connection

Technical details:

  • Redash Version: 4.0.1
  • Browser/OS: N/A
  • How did you install Redash: script
@arikfr
Copy link
Member

arikfr commented Sep 7, 2018

Currently there is no such option (skip SSL verification).

If you want to implement this, we welcome pull requests :)

@arikfr arikfr changed the title Unable to add elasticsearch data source ElasticSearch query runner: add support for skipping SSL certificate verification Sep 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants