You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there is no such option (skip SSL verification).
If you want to implement this, we welcome pull requests :)
arikfr
changed the title
Unable to add elasticsearch data source
ElasticSearch query runner: add support for skipping SSL certificate verification
Sep 7, 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 wellI 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
4.test connection
Technical details:
The text was updated successfully, but these errors were encountered: