# Kibana plugin certificate error

**URL:** https://discuss.elastic.co/t/kibana-plugin-certificate-error/288281
**Category:** Kibana
**Tags:** kibana-plugin-development
**Created:** [November 3, 2021, 5:02am UTC](https://discuss.elastic.co/t/kibana-plugin-certificate-error/288281 "2021-11-03T05:02:34Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![111505](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/111505/32/94191_2.png) [@111505](https://discuss.elastic.co/u/111505)
#### Post date: [November 3, 2021, 5:02am UTC](https://discuss.elastic.co/t/kibana-plugin-certificate-error/288281/1 "2021-11-03T05:02:34Z")

</div>

Hi 🙂  
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.

```auto
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?

---

<div class="post-metadata">

### Author: ![Mikhail\_Shustov](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/mikhail_shustov/32/49186_2.png) [@Mikhail\_Shustov](https://discuss.elastic.co/u/Mikhail_Shustov)
#### Post date: [November 4, 2021, 3:33pm UTC](https://discuss.elastic.co/t/kibana-plugin-certificate-error/288281/2 "2021-11-04T15:33:58Z")

</div>

> [@111505](#):
>
> Picked up proxy http://[MY PROXY IP] from environment variable.

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?

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [December 2, 2021, 3:34pm UTC](https://discuss.elastic.co/t/kibana-plugin-certificate-error/288281/3 "2021-12-02T15:34:32Z")

</div>

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