Problem using Kibana with Search Guard Bundle 5.0.0-8

120 views
Skip to first unread message

Horst Hacker

unread,
Nov 18, 2016, 9:21:44 AM11/18/16
to Search Guard
Hi all, 

I installed the Search Guard Bundle 5.0.0-8 and Kibana following the provided instructions. The Problem I am currently facing is, that I am not able to use the Kibana Dev Tools (e.G. http://127.0.0.1:5601/app/kibana#/dev_tools/) : I am getting the error :

Error connecting to 'https://localhost:9200/_search':

Client request error: self signed certificate in certificate chain"

Any Idea what could be missing? I already the validity check for SSL certs in the kibana.yml using 

"elasticsearch.ssl.verify: false"

Any help is really appreciated!

Thanks in advance 

Horst 

Search Guard

unread,
Nov 25, 2016, 10:49:36 AM11/25/16
to Search Guard
Hi Horst,

thanks for reporting this, we can reproduce it, but it seems more like a bug in Kibana. Setting ssl.verify to false should also apply to the dev tools. We will have a look, but there's probably not much we can do.

Search Guard

unread,
Nov 27, 2016, 10:51:29 AM11/27/16
to Search Guard
Ok, found something. Seems you need to configure SSL separate for the console. Can you try to add the following snippet to your Kibana configuration and let us know if it helpded?

console.proxyConfig:
  - match:
      protocol: "https"
    ssl:
      verify: false # allows any certificate to be used, even self-signed certs

See also here:

Horst Hacker

unread,
Nov 27, 2016, 4:16:02 PM11/27/16
to Search Guard

Hi,

thank you very much for coming back on this.

This is actually the solution I also came up with. So I can confirm that this is working. Sorry for not writing this to the forum immediately. I found it Friday evening and thought Monday would be soon enough ;-)

At least it can now be found if somebody else is facing this problem.

Once again thank you!


Reply all
Reply to author
Forward
0 new messages