# X509: certificate signed by unknown authority

**URL:** https://discuss.elastic.co/t/x509-certificate-signed-by-unknown-authority/156815
**Category:** Beats
**Tags:** heartbeat
**Created:** [November 15, 2018, 9:05am UTC](https://discuss.elastic.co/t/x509-certificate-signed-by-unknown-authority/156815 "2018-11-15T09:05:57Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Nithani25](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/nithani25/32/33457_2.png) [@Nithani25](https://discuss.elastic.co/u/Nithani25)
#### Post date: [November 15, 2018, 9:05am UTC](https://discuss.elastic.co/t/x509-certificate-signed-by-unknown-authority/156815/1 "2018-11-15T09:05:57Z")

</div>

Hi Team,  
I have installed heartbeat in one of my server and try parsing them to elastic search for some specific urls' all i could see "x509: certificate signed by unknown authority" messages in the kibana. My heartbeat.yml looks like below.

```
############################# Heartbeat ######################################

# Configure monitors
heartbeat.monitors:
- type: http

  # List or urls to query
  urls: ["https://xxxx-yyyy-corp.com/DigitalSystem/","https://aaaaaa-bbbbbb.corp.com/DigitalSystem/"]
# Configure task schedule
  schedule: '@every 60s'

  # Total test connection and data exchange timeout
  #timeout: 16s
```

---

<div class="post-metadata">

### Author: ![jsoriano](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/jsoriano/32/27920_2.png) [@jsoriano](https://discuss.elastic.co/u/jsoriano)
#### Post date: [November 15, 2018, 2:30pm UTC](https://discuss.elastic.co/t/x509-certificate-signed-by-unknown-authority/156815/2 "2018-11-15T14:30:48Z")

</div>

Hi @Nithani25,

Is it possible that these urls are using self-signed certificates? If that is the case you may want to install them to the system, or add its CA with [`ssl.certificate_authorities`](https://www.elastic.co/guide/en/beats/heartbeat/6.5/configuration-ssl.html#_literal_certificate_authorities_literal).

You can also disable ssl checks with [`ssl.verification_mode: none`](https://www.elastic.co/guide/en/beats/heartbeat/6.5/configuration-ssl.html#_literal_verification_mode_literal).

---

<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 13, 2018, 2:30pm UTC](https://discuss.elastic.co/t/x509-certificate-signed-by-unknown-authority/156815/3 "2018-12-13T14:30:49Z")

</div>

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