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 :
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.
···
On Friday, 18 November 2016 15:21:44 UTC+1, Horst Hacker wrote:
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 :
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:
···
On Friday, 25 November 2016 16:49:36 UTC+1, Search Guard wrote:
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.
On Friday, 18 November 2016 15:21:44 UTC+1, Horst Hacker wrote:
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 :
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.