Logstash http output not ignoring ssl

logstash version 5.6.10

output {
http {
ssl_certificate_validation => false
url => "https://some-test-domain.com"
format => "json"
content_type => "application/json"
http_method => "post"
headers => ["Authorization", "Splunk some-token"]
}
}

Error i am getting

:message=>"PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target", :class=>"Manticore::ClientProtocolException"

1 Like

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