<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tech Stuff &#187; proftpd</title>
	<atom:link href="http://tech-stuff.org/tag/proftpd/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech-stuff.org</link>
	<description>Hosting Tips &#38; Tricks</description>
	<lastBuildDate>Fri, 20 May 2011 14:08:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How do I configure ProFTPd server to use TLS/SSL in plesk?</title>
		<link>http://tech-stuff.org/how-do-i-configure-proftpd-server-to-use-tlsssl-in-plesk/</link>
		<comments>http://tech-stuff.org/how-do-i-configure-proftpd-server-to-use-tlsssl-in-plesk/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 09:55:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[hosting]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ftps]]></category>
		<category><![CDATA[proftpd]]></category>
		<category><![CDATA[tls]]></category>

		<guid isPermaLink="false">http://tech-stuff.org/?p=96</guid>
		<description><![CDATA[Plesk ProFTPd sever has compiled-in mod_tls.c module for SSL support ans SSL support can be configured in /etc/proftpd.conf for example in the following way: &#60;IfModule mod_tls.c&#62; TLSEngine on TLSLog /var/log/tls.log TLSProtocol SSLv23 # Are clients required to use FTP over TLS? TLSRequired off # Server&#8217;s certificate TLSRSACertificateFile /usr/local/psa/admin/conf/httpsd.pem TLSRSACertificateKeyFile /usr/local/psa/admin/conf/httpsd.pem # Authenticate clients that want [...]]]></description>
			<content:encoded><![CDATA[<p>Plesk ProFTPd sever has compiled-in mod_tls.c module for SSL support ans SSL support can be configured in /etc/proftpd.conf for example in the following way:</p>
<p><span style="font-family: courier new,courier; font-size: 12px;"><br />
&lt;IfModule mod_tls.c&gt;<br />
TLSEngine on<br />
TLSLog /var/log/tls.log<br />
TLSProtocol SSLv23</span></p>
<p># Are clients required to use FTP over TLS?<br />
TLSRequired off</p>
<p># Server&#8217;s certificate<br />
TLSRSACertificateFile /usr/local/psa/admin/conf/httpsd.pem<br />
TLSRSACertificateKeyFile /usr/local/psa/admin/conf/httpsd.pem</p>
<p># Authenticate clients that want to use FTP over TLS?<br />
TLSVerifyClient off</p>
<p># Allow SSL/TLS renegotiations when the client requests them, but<br />
# do not force the renegotations.  Some clients do not support<br />
# SSL/TLS renegotiations; when mod_tls forces a renegotiation, these<br />
# clients will close the data connection, or there will be a timeout<br />
# on an idle data connection.<br />
TLSRenegotiate required off<br />
&lt;/IfModule&gt;</p>
<p>As values in TLSRSACertificateFile and TLSRSACertificateKeyFile otion you can use as Plesk certificate, for example /usr/local/psa/admin/conf/httpsd.pem as your own one.</p>
<p>After that restart proftpd from xinetd : /etc/init.d/xinetd restart</p>
]]></content:encoded>
			<wfw:commentRss>http://tech-stuff.org/how-do-i-configure-proftpd-server-to-use-tlsssl-in-plesk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 2/20 queries in 0.011 seconds using disk: basic
Object Caching 212/226 objects using disk: basic

Served from: tech-stuff.org @ 2012-02-05 22:57:33 -->
