You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to use loomsystems plugin with ssl on our fluentd pods (pods -> OpennShift). We have already created docker images where loomsystems plugin is installed. We also could start the pods.
The problem is, that we can't enable the ssl verification on receiver (logstash) side because of an SSL error:
2019-05-27 12:15:06 +0000 [warn]: #0 failed to flush the buffer. retry_time=0 next_retry_seconds=2019-05-27 12:15:07 +0000 chunk="589dcf5ad61b5b0fc5b0b28d9a978f2e" error_class=OpenSSL::SSL::SSLError error="SSL_write: bad write retry"
We think, this is because we can't configure the used CA certificate.
Is there a way to configure the CA certificate for loomsystems plugin
(We would use it similarly as the forward plugin: https://docs.fluentd.org/output/forward
Here we can configure the CA certificate with tls_cert_path option.)
Thank you for the answer in advance!
The text was updated successfully, but these errors were encountered:
Hello Team,
We want to use loomsystems plugin with ssl on our fluentd pods (pods -> OpennShift). We have already created docker images where loomsystems plugin is installed. We also could start the pods.
The problem is, that we can't enable the ssl verification on receiver (logstash) side because of an SSL error:
2019-05-27 12:15:06 +0000 [warn]: #0 failed to flush the buffer. retry_time=0 next_retry_seconds=2019-05-27 12:15:07 +0000 chunk="589dcf5ad61b5b0fc5b0b28d9a978f2e" error_class=OpenSSL::SSL::SSLError error="SSL_write: bad write retry"
We think, this is because we can't configure the used CA certificate.
Is there a way to configure the CA certificate for loomsystems plugin
(We would use it similarly as the forward plugin: https://docs.fluentd.org/output/forward
Here we can configure the CA certificate with tls_cert_path option.)
Thank you for the answer in advance!
The text was updated successfully, but these errors were encountered: