-
Notifications
You must be signed in to change notification settings - Fork 57
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
Exception thrown when auth_tls
is nil
or false
#142
Comments
Can you try adding |
I get a different error complaining about the certificate, so that works as expected. |
Your idea sounds like a reasonable default, by the way. I was just trying to get it to work with it set to false. |
I think the problem is just that the FTPS adapter is passing |
It looks like the more common values are I should have my boss set up the FTPS again with the bad setup and see what the specific error is for |
P. S. I tried skimming through the FTPS spec and couldn't quickly find any more info about The Wikipedia article does list some info: |
Example config:
Stack trace:
I also tried adding
insecure: true
to no avail.It looks like double-bag-ftps doesn't like it when
nil
is passed in as theauth
argument tologin
.The text was updated successfully, but these errors were encountered: