Failed to connect to backoff(elasticsearch(https://x.x.x.x:9200)): Get "https://x.x.x.x:9200": x509: certificate signed by unknown authority
Open
- Dominant language
- Go
- Stars
- 79
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
I'm using self-signed certificates. Is it possible to pass Machinebeat a parameter like `ssl.verification_mode: none`?
```
ERROR [esclientleg] transport/logging.go:37 Error dialing x509: certificate signed by unknown authority {"network": "tcp", "address": "x.x.x.x:9200"}
ERROR [publisher_pipeline_output] pipeline/output.go:154 Failed to connect to backoff(elasticsearch(https://x.x.x.x:9200)): Get "https://x.x.x.x:9200": x509: certificate signed by unknown authority
```
Contributor guide
Assessment
This issue has not been assessed yet.