add parameter truststore and keyStore #22
Labels
enhancement
New feature or request
plugin:input
Issues affecting the Input Plugin
plugin:output
Issues affecting the Output Plugin
Please post all product and debugging questions on our forum. Your questions will reach our wider community members there, and if we confirm that there is a bug, then we can open a new issue here.
For all general issues, please provide the following details for fast resolution:
rabbitmq {
exchange => ''
exchange_type => 'direct'
host => 'yyyyyy'
password => 'xxxxx'
user => 'prebilling'
vhost => 'sli'
ssl => true
ssl_certificate_password => '123456'
ssl_certificate_path => '/tmp/yyy.p12'
}
}
Hi, i have a problem:
[2019-02-15T13:49:48,045][ERROR][logstash.outputs.rabbitmq] RabbitMQ connection error, will retry. {:error_message=>"sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target", :exception=>"Java::JavaxNetSsl::SSLHandshakeException"}
How i set truststore and keyStore with https://www.elastic.co/guide/en/logstash/current/plugins-outputs-elasticsearch.html?
The text was updated successfully, but these errors were encountered: