-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RabbitMQ plugin with tls enable error #13
Comments
Using fluentd docker image v1.6.2-1.0 |
No one can help me ? |
I've dig a few on this error, it seems that bunny tries to log certificate informations and fail on logger : Message :
I'm not a ruby pro ;) |
I'm running into this exact same error message while trying to use TLS for RabbitMQ. Also not a Ruby expert though.... |
Please check RabbitMQ configuration. https://github.com/ruby-amqp/bunny/blob/master/lib/bunny/transport.rb#L467-L472 You would need to provide a client certificate ( |
Could you show me |
Sure:
|
Thanks. I found Fluent::Log is not compatible with Bunny (it lacks #add method). |
That’s awesome - thanks for the quick response. I’ll try it again tomorrow and report back! |
@mmasaki I switched back to this plugin and can confirm all is working. For anyone else who runs across this, I can confirm that on the new version of the plugin, the following config is successful in connecting to a TLS-enabled RabbitMQ server including peer verification using a client certificate:
|
Hi,
I'm setting up AMQP/TLS on my rabbitmq server but trying to connect fluentd to rabbitmq using TLS is not working.
Here is my configuration file :
The text was updated successfully, but these errors were encountered: