chengpohi / edql

Elasticsearch Query GUI Client
https://plugins.jetbrains.com/plugin/16364-elasticsearch-query--edql
Apache License 2.0
35 stars 1 forks source link

Connection fails with security exception #25

Closed obp3ter closed 1 year ago

obp3ter commented 1 year ago

When trying to connect I get the following error in an HTML document as an error message: This Elastic installation has strict security requirements enabled that your current browser does not meet. I'm not exactly sure which setting does this, what might be relevant, is that we have xpac.security.enabled=true and xpac.security.http.ssl.enabled=true.

chengpohi commented 1 year ago

Hi @obp3ter , got it, I will try reproduce it and fix it in 1.9.21 version

chengpohi commented 1 year ago

Hi @obp3ter, seems you are using kibana proxy to connect Elasticsearch, could you try manually install version v1.9.21 and test connection?

and please set kibana host check box to use the kibana proxy connect Elasticsearch

image

obp3ter commented 1 year ago

It works now. Thank you.