Greetings,
I'm attempting to use cURL to upload files from my game server to the web server via FTP. The problem is, my functions keep returning an SSL connection error. Would this be because I'm executing the FTP functions on my test server which is running on my localhost (My game server @127.0.0.1 -> hostedxx.nfoservers.com via :21)? Or would it be due to a larger reason, such that my web server does not currently support/run SSL?
Thank you for your time,
-LIGHT
SSL
-
- New to forums
- Posts: 1
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Wed Jul 29, 2020 9:47 pm
- Vanderburg
- Former staff
- Posts: 1253
- Joined: Sat Nov 13, 2010 7:27 am
- Location: Dallas, TX
Re: SSL
Were you able to get this figured out? If not, what's the actual error being returned? It's true that we do not support encryption via FTP, but you'd be able to use unencrypted FTP, or SSH/SFTP (which we recommend generally anyway, since it doesn't have some of the same limitations as FTP)