-
Notifications
You must be signed in to change notification settings - Fork 534
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix: bring back services ftp for python/java/node #5716
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
And it might be a breaking change, if merge doc things is needed I think |
I have initiated a discussion upstream: veeso/suppaftp#100 I'm a bit concerned about relying on |
Hi, @yihong0618, the upstream fixed veeso/suppaftp#100, maybe you wanna try upgrade suppaftp and test if everything works as expected? |
will try this tonight |
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
Chore the dep but the |
// Create a root certificate store | ||
let root_store = RootCertStore::empty(); | ||
// Optionally, add certificates (e.g., system certs or custom ones) | ||
// For now, we'll leave it empty as an example |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm guessing we need to add system credentials at the very least?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems no need follow the old default
will change the comment
Note that pulling in aws-lc-rs which uses |
will take a look |
Oh, tracked in #5728 |
Which issue does this PR close?
This path bring back services-ftp for java/node/python binding.
this feature comment in #3659
since issue #4090
and fixed in async-rs/async-tls#55 and #4091
I wonder they can be reopen again cc @messense