Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL support? #26

Open
oliverjanik opened this issue Aug 13, 2015 · 2 comments
Open

SSL support? #26

oliverjanik opened this issue Aug 13, 2015 · 2 comments

Comments

@oliverjanik
Copy link

I'm getting ERROR Error: Policy requires SSL.

It looks like there's no support for SSL?

@morris
Copy link
Owner

morris commented Aug 13, 2015

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: nodejs/node-v0.x-archive#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.

@a0000778
Copy link

a0000778 commented Sep 9, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants