-
What is a problem?I try to ingest logging from OCI streaming. When starting get the following error in fluentd.log:
The ip number show (10.55.xx.xx) is the internal IP-numebr of the broker which is mentionend by FQDN in the fluentd.conf file. For some reason fluentd seems to verify the certificate with the ip-number instead of the hostname. Accoding openssl the certificate is valid:
Also an openssl connection to the broker gives a valid certificate:
Why is fluentd verifying against the IP instead of the actual hostname? How to solve this? Thanks a lot for any help! Jeroen Describe the configuration of Fluentd
Describe the logs of Fluentd
Environment- fluent-package 6.0.0 fluentd 1.19.0 (ed15edc4b7c86c1fcea3fbf326b7c42325e6fc71)
- Operating system: Oracle Linux 9.6
- Installed gems:
- fluent-plugin-kafka
- fluent-plugin-elasticsearch |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
After more searching found the following solution: Add the setting "ssl_ca_certs_from_system true" to fluend.conf. Solved this issue |
Beta Was this translation helpful? Give feedback.
After more searching found the following solution:
Add the setting "ssl_ca_certs_from_system true" to fluend.conf.
Solved this issue