-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
FTPS Upload fails #18
Comments
I found a solution with the help of ChatGPT that works for me:
Thank you for your work! |
My apologies for the late reply, had a few busy weeks. Yes, you solution will work, but please take note that you are now using an insecure connection. FTP by default is unencrypted, FTPS uses encryption through TLS. With your script, you have turned off the encryption. This may be acceptable, depending on your use case, but by default, we do not support this. I might add a config option. Tracking this in #19 |
I tried to set up the FTPS upload today. I encountered two problems:
curl: (60) SSL certificate problem: unable to get local issuer certificate More details here: https://curl.se/docs/sslcerts.html curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. To learn more about this situation and how to fix it, please visit the web page mentioned above. Uploading to ftp failed while using curl
I could not solve this problem. Is there a solution to this problem?
Thanks.
The text was updated successfully, but these errors were encountered: