Watcher Http Input - PKIX path building failed

Hi @Rossana so yes as @yago82 Said, please look at these settings.

You will need to set these in your elasticsearch.yml

This is not as secure...

xpack.http.ssl.verification_mode: none

or set the path to the CA...

xpack.http.ssl.certificate_authorities: ["/path/to/http_ca.crt"]

1 Like