arobson / rabbot

Deprecated: Please see https://github.com/Foo-Foo-MQ/foo-foo-mq
MIT License
277 stars 129 forks source link

[TLS] Regression makes TLS communication impossible #142

Open ptusch opened 6 years ago

ptusch commented 6 years ago

There's an issue that makes TLS unusable in rabbot.

The change was introduced here.

We are returning undefined every time we pass a caPath into the connection options.

The fix is just as easy; just add the return and it works again. I'll provide the PR shortly.

IamLance commented 5 years ago

Hi, Was trying this. It is still not fix. Still no return in the code.