Kibana plugin certificate error

Hi :slight_smile:
I need Kibana css plugin.
So I wrote the command below.

./kibana-plugin install file:///usr/local/ELK_7.9.2/kibana-7.9.2-linux-x86_64/kibana-dashboard-custom-css-master.zip
However, I get an authentication error as below.

Picked up proxy http://[MY PROXY IP] from environment variable.
Error: Client request error: unable to verify the first certificate
Plugin installation was unsuccessful due to error "Client request error: unable to verify the first certificate"

Http has no problem with the proxy, why am I getting a proxy error? Does Kibana-plugin use a different communication method?

It means the certificate chain is incomplete. Are you sure Kibana doesn't try to use https protocol?
Do you have NODE_EXTRA_CA_CERTS env variable set?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.