Logstash rabbitmq ssl certificate support

Hi Team,

I am trying to connect to rabbitmq queue which is protected by ssl certificates. In the plugin information, i don't see any options to provide ssl_cert, etc

Does current plugin support authentication using SSL certificate? How to specify those certificates ? Am i missing something ?

When i just try it with
ssl => true
verify_ssl => true

it returns The error reported is:
Received fatal alert: protocol_version

Rabbitmq server uses TLS 1.2 .

Regards
Sunil Saggar

It seems that the plugin doesn't have options to provide pkcs file for authentication. I added a few lines of code so that march hare is able to authenticate with rabbitmq using those certificates. I will push it to my github account soon.

Thanks
Sunil Saggar