ClearOS Bug Tracker


View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000711ClearOSapp-ftp - FTP Serverpublic2012-08-15 15:152019-03-14 04:03
Reportertimb80 
Assigned To 
PrioritynormalSeverityfeatureReproducibilityN/A
StatusclosedResolutionsuspended 
PlatformOSOS Version
Product Version6.3.0 
Target VersionFixed in Version 
Summary0000711: Request to add FTPS support for /home directory
DescriptionCreate /etc/proftpd.d/home-991.conf, and restart proftpd. Point your client at ftps://clientip:991 [^]

<VirtualHost 127.0.0.1 YOURLANIP YOURWANIP>
        Port 991
        DefaultRoot ~
        RequireValidShell off
        AuthPam on
        AuthPAMConfig proftpd
        PassivePorts 60000 61000
        CapabilitiesEngine on
        CapabilitiesSet +CAP_CHOWN

        <Limit LOGIN CDUP PWD XPWD LIST PROT PASV CWD READ WRITE DIRS PORT QUIT>
                AllowGroup "allusers"
                IgnoreHidden on
        </Limit>
        <Limit ALL>
                DenyAll
        </Limit>

        <IfModule mod_tls.c>
                TLSEngine on
                TLSLog /var/log/tls.log
                TLSOptions NoCertRequest UseImplicitSSL
                TLSRequired off
                TLSRSACertificateFile /etc/pki/CA/bootstrap.crt
                TLSRSACertificateKeyFile /etc/pki/CA/bootstrap.key
                TLSVerifyClient off
        </IfModule>

</VirtualHost>
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
(0011211)
NickH (developer)
2019-03-14 04:03

Migrated to: https://gitlab.com/clearos/clearfoundation/app-ftp/issues/1 [^]

- Issue History
Date Modified Username Field Change
2012-08-15 15:15 timb80 New Issue
2012-08-20 02:46 user2 Status new => confirmed
2019-03-14 04:03 NickH Note Added: 0011211
2019-03-14 04:03 NickH Status confirmed => closed
2019-03-14 04:03 NickH Resolution open => suspended