Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hey guys, thanks for the tutorial. Worked almost perfectly. I followed the initial setup tutorial first and thus I wasn’t root when executing these steps. When I restarted vsftpd, I got an error that it couldn’t find the certificate. The openssl command needs “sudo” in front of it to successfully create and save the certificate, when not logged in as root.
Not Working for me ,Receiving this Error
Command: PASS ********* Error: GnuTLS error -15: An unexpected TLS packet was received. Error: Could not connect to server
@babinlonston: After some Googling (you should consider doing that too ;) ), it appears that Filezilla is causing it. Try another FTP client such as WinSCP.
Kamal Nasser can i Use the SSL Certificate which i’m Using for my Domain, .crt file and .key file ?, It’s multi Domain Certificate. Using Centos 6.4 Droplet, Apache
I Have Tried from winscp too facing same issue can’t login into my vps using ssl for vsftpd
Yes, you should be able to use it. Did you configure it properly? Make sure these directives point to your SSL certificate and key: <pre>rsa_cert_file=/path/to/ssl/cert rsa_private_key_file=/path/to/ssl/key</pre>
Okay, now I can logged in using SFTP over SSH. So I simply just can’t be logged with normal ftp://example.com, right?