Hello, The app doesn't start when specifying "TLSCipherSuite" options in the config file. e.g. TLSCipherSuite HIGH The error returned when starting the service is the following: Starting pureftpd. /usr/local/etc/pure-ftpd.conf:434:4: syntax error line 434: [CipherSuite HIGH]. 421 Configuration error /usr/local/etc/rc.d/pure-ftpd: WARNING: failed to start pureftpd
A commit references this bug: Author: sunpoet Date: Mon Jan 9 14:41:58 UTC 2017 New revision: 430958 URL: https://svnweb.freebsd.org/changeset/ports/430958 Log: Fix TLSCipherSuite parsing - Bump PORTREVISION for package change Note: author pointed out that users will get a more secure cipher suite by not setting TLSCipherSuite to HIGH and just use the default. PR: 215906 Reported by: <yani@pi-greece.eu> Obtained from: https://github.com/jedisct1/pure-ftpd/commit/3823d00dee089b998d1f40943e9aa3f619c238b2 Changes: head/ftp/pure-ftpd/Makefile head/ftp/pure-ftpd/files/patch-src-simpleconf_ftpd.h
Committed. Thanks!