Add possibility to specify SSL protocol#109
Conversation
|
shouldn't it be in the addConnection instead of the getChannel ? |
|
It seems to be a global setting which is not used on the connection but on the factory. So I assumed this was the right spot. |
|
Could you add some tests?? I think that you need to initialize the keyManager and the trustManager... |
|
Yes, I'll do that |
|
If the test should be some kind of integration test, you'll need to change the jenkins setup to include some RabbitMQ with SSL |
|
I've added the tests now. The image I used was https://github.com/roboconf/rabbitmq-with-ssl-in-docker |
|
A |
Fixes #107