vinyl-ftp
vinyl-ftp copied to clipboard
SSL support?
I'm getting ERROR Error: Policy requires SSL.
It looks like there's no support for SSL?
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.
Using secureOptions: true
in the connection options.Will be no error.