Hi,
I'm trying to monitor an SSL endpoint signed with a self-signed certificate with either the dropwizard or jolokia module of Metricbeat.
For example, a snipped of jolokia module config:
- module: jolokia
metricsets: ["jmx"]
enabled: true
period: 1s
hosts: ["https://host007.***.com:8082/manager/jmxproxy"]
How can this be accomplished?
In the debug message, both report something similar to this:
"error": {
"message": "error making http request: Post https://host007.**.com:8082/manager/jmxproxy: x509: certificate signed by unknown authority"
}