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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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
Beta Was this translation helpful? Give feedback.
All reactions