Posted by: major in FTP, Plesk
If you need to enable SSL in ProFTPD, try this out:
<IfModule mod_tls.c>
TLSEngine on
TLSRequired off
TLSRSACertificateFile /etc/httpd/conf/ssl.crt/server.crt
TLSRSACertificateKeyFile /etc/httpd/conf/ssl.key/server.key
TLSVerifyClient off
</IfModule>
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
This entry was posted on Thursday, February 8th, 2007 at 5:28 pm and is filed under FTP, Plesk.You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.