diff -Naur proftpd-1.3.3/sample-configurations/anonymous.conf proftpd-1.3.3-magellan/sample-configurations/anonymous.conf --- proftpd-1.3.3/sample-configurations/anonymous.conf 2010-03-04 14:27:35.000000000 +0100 +++ proftpd-1.3.3-magellan/sample-configurations/anonymous.conf 2010-03-04 14:30:51.000000000 +0100 @@ -65,6 +65,9 @@ TLSRSACertificateKeyFile /etc/ssl/certs/proftpd.pem TLSCipherSuite ALL:!ADH:!DES TLSOptions NoCertRequest + # You may want to add 'NoSessionReuseRequired' to TLSOptions, as there + # are some clients (e.g. curl) which do not reuse SSL sessions. + #TLSOptions NoCertRequest NoSessionReuseRequired TLSVerifyClient off #TLSRenegotiate ctrl 3600 data 512000 required off timeout 300 TLSLog /var/log/proftpd/tls.log diff -Naur proftpd-1.3.3/sample-configurations/basic.conf proftpd-1.3.3-magellan/sample-configurations/basic.conf --- proftpd-1.3.3/sample-configurations/basic.conf 2010-03-04 14:27:35.000000000 +0100 +++ proftpd-1.3.3-magellan/sample-configurations/basic.conf 2010-03-04 14:31:19.000000000 +0100 @@ -66,6 +66,9 @@ TLSRSACertificateKeyFile /etc/ssl/certs/proftpd.pem TLSCipherSuite ALL:!ADH:!DES TLSOptions NoCertRequest + # You may want to add 'NoSessionReuseRequired' to TLSOptions, as there + # are some clients (e.g. curl) which do not reuse SSL sessions. + #TLSOptions NoCertRequest NoSessionReuseRequired TLSVerifyClient off #TLSRenegotiate ctrl 3600 data 512000 required off timeout 300 TLSLog /var/log/proftpd/tls.log diff -Naur proftpd-1.3.3/sample-configurations/mod_sql.conf proftpd-1.3.3-magellan/sample-configurations/mod_sql.conf --- proftpd-1.3.3/sample-configurations/mod_sql.conf 2010-03-04 14:27:35.000000000 +0100 +++ proftpd-1.3.3-magellan/sample-configurations/mod_sql.conf 2010-03-04 14:31:36.000000000 +0100 @@ -96,6 +96,9 @@ TLSRSACertificateKeyFile /etc/ssl/certs/proftpd.pem TLSCipherSuite ALL:!ADH:!DES TLSOptions NoCertRequest + # You may want to add 'NoSessionReuseRequired' to TLSOptions, as there + # are some clients (e.g. curl) which do not reuse SSL sessions. + #TLSOptions NoCertRequest NoSessionReuseRequired TLSVerifyClient off #TLSRenegotiate ctrl 3600 data 512000 required off timeout 300 TLSLog /var/log/proftpd/tls.log diff -Naur proftpd-1.3.3/sample-configurations/virtual.conf proftpd-1.3.3-magellan/sample-configurations/virtual.conf --- proftpd-1.3.3/sample-configurations/virtual.conf 2010-03-04 14:27:35.000000000 +0100 +++ proftpd-1.3.3-magellan/sample-configurations/virtual.conf 2010-03-04 14:31:48.000000000 +0100 @@ -61,6 +61,9 @@ TLSRSACertificateKeyFile /etc/ssl/certs/proftpd.pem TLSCipherSuite ALL:!ADH:!DES TLSOptions NoCertRequest + # You may want to add 'NoSessionReuseRequired' to TLSOptions, as there + # are some clients (e.g. curl) which do not reuse SSL sessions. + #TLSOptions NoCertRequest NoSessionReuseRequired TLSVerifyClient off #TLSRenegotiate ctrl 3600 data 512000 required off timeout 300 TLSLog /var/log/proftpd/tls.log