Skip to content

Enable usage of ssl certificates for ElasticSearch connection#2

Open
daskanu wants to merge 2 commits into
ServerCentral:masterfrom
daskanu:master
Open

Enable usage of ssl certificates for ElasticSearch connection#2
daskanu wants to merge 2 commits into
ServerCentral:masterfrom
daskanu:master

Conversation

@daskanu

@daskanu daskanu commented May 21, 2019

Copy link
Copy Markdown

I am using ElastalertServer in an OpenShift environment and therefore I had to do the following modification in order to get ElastalertServer connected with ElasticSearch.

@nsano-rururu

Copy link
Copy Markdown

After merging into johnsusek / elastalert-server, there is a bug and the following fixes.

src/common/elasticsearch_client.js

before

ssl_body.rejectUnauthorized = true;

after

ssl_body.rejectUnauthorized = false;

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

Successfully merging this pull request may close these issues.

2 participants