Open ptusch opened 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.
undefined
caPath
The fix is just as easy; just add the return and it works again. I'll provide the PR shortly.
Hi, Was trying this. It is still not fix. Still no return in the code.
There's an issue that makes TLS unusable in rabbot.
The change was introduced here.
We are returning
undefined
every time we pass acaPath
into the connection options.The fix is just as easy; just add the return and it works again. I'll provide the PR shortly.