vinyl-ftp icon indicating copy to clipboard operation
vinyl-ftp copied to clipboard

SSL support?

Open oliverjanik opened this issue 9 years ago • 2 comments

I'm getting ERROR Error: Policy requires SSL.

It looks like there's no support for SSL?

oliverjanik avatar Aug 13 '15 00:08 oliverjanik

SSL/TLS is supported by using secure: true in the connection options. However, in my test environments I always get an error from inside node's TLS implementation: https://github.com/joyent/node/issues/9272 - I'm currently investigating if the bug sits in https://github.com/mscdex/node-ftp or in the TLS implementation. Try using secure: true and let me know if it works out.

morris avatar Aug 13 '15 08:08 morris

Using secureOptions: true in the connection options.Will be no error.

a0000778 avatar Sep 09 '15 22:09 a0000778