This is my input:
"input": {
"http": {
"request": {
"scheme": "https",
"host": "elkrck-vccn007",
"port": 9200,
"method": "get",
"path": "/_cluster/health",
"params": {},
"headers": {},
"auth": {
"basic": {
"username": "elastic",
"password": "::es_redacted::"
}
}
}
}
}
However, it keeps giving me SSL handshake exception saying "sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target".
Has anyone encountered this before?