Hi,
I have a watcher with webhook action. And get an error when the watcher is firing
"type": "s_s_l_handshake_exception",
"reason": " PKIX path building failed: sun.security.provider.certpath.SunCertPathBuildException: unable to find valid sertification path to requested target"
I have the following configuration in my elasticsearch.yaml file
xpack:
security:
http:
ssl:
enabled: false
certification_authorities:
- /path/to/ca_root.pem
- /path/to/sub_ca.pem
Both certificates have r
permissions for the ES user
What could be a problem?