Logstash http poller - PKIX path building failed

Hello community. I need your help again!
I'm using http poller plugin requesting an url https but have the error:

"pkix path building failed sun.security.provider.certpath.suncertpathbuilderexception: unable to find valid certification path to requested target"

what is the best way to solve this error?
I tried using flags (ssl_certificate_verification = false) but it doesn't recognize them.
thanks.

I don't think you can't bypass SSL and will need to get and reference the correct certificates.

There is simply no reason to allow someone to avoid providing the correct CA cert which allows validation of the certificate. If http_poller can connect to a server then you can connect to that server, extract the CA cert, and supply it to the http_poller plugin.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.