Ispconfig show "ftp is offline" + can't access to website on port 443 (https)

Discussion in 'Installation/Configuration' started by forethan, Feb 20, 2016.

  1. forethan

    forethan New Member

    Hi!
    I'm using debian jessie + the last ispconfig.
    Here is the logs :
    Code:
    ##### SERVER #####
    IP-address (as per hostname): ***.***.***.***
    IP-address(es) (as per ifconfig): ***.***.***.***
    [INFO] ISPConfig is installed.
    
    ##### ISPCONFIG #####
    ISPConfig version is 3.0.5.4p8
    
    
    ##### VERSION CHECK #####
    
    [INFO] php (cli) version is 5.6.17-0+deb8u1
    
    ##### PORT CHECK #####
    
    [WARN] Port 443 (Webserver SSL) seems NOT to be listening
    [WARN] Port 21 (FTP server) seems NOT to be listening
    
    ##### MAIL SERVER CHECK #####
    
    
    ##### RUNNING SERVER PROCESSES #####
    
    [INFO] I found the following web server(s):
            Nginx (PID 511)
    [INFO] I found the following mail server(s):
            Postfix (PID 1313)
    [INFO] I found the following pop3 server(s):
            Dovecot (PID 408)
    [INFO] I found the following imap server(s):
            Unknown process (init) (PID 1)
    [WARN] I could not determine which ftp server is running.
    
    ##### LISTENING PORTS #####
    (seulement              ()
    Adresse         (distante)
    [anywhere]:993          (1/init)
    [anywhere]:995          (408/dovecot)
    [localhost]:10025               (1313/master)
    [anywhere]:3306         (912/mysqld)
    [anywhere]:587          (1313/master)
    [localhost]:11211               (405/memcached)
    [anywhere]:110          (408/dovecot)
    [anywhere]:143          (1/init)
    [anywhere]:80           (511/nginx)
    [anywhere]:8080         (511/nginx)
    [anywhere]:465          (1313/master)
    [anywhere]:8081         (511/nginx)
    ***.***.***.***:53              (400/named)
    [localhost]:53          (400/named)
    [anywhere]:22           (399/sshd)
    [anywhere]:25           (1313/master)
    [localhost]:953         (400/named)
    *:*:*:*::*:993          (1/init)
    *:*:*:*::*:995          (408/dovecot)
    *:*:*:*::*:10024                (1386/amavisd-new)
    *:*:*:*::*:587          (1313/master)
    [localhost]10           (408/dovecot)
    [localhost]43           (1/init)
    *:*:*:*::*:80           (511/nginx)
    *:*:*:*::*:465          (1313/master)
    *:*:*:*::*:53           (400/named)
    *:*:*:*::*:22           (399/sshd)
    *:*:*:*::*:25           (1313/master)
    *:*:*:*::*:953          (400/named)
    
    
    
    
    ##### IPTABLES #####
    Chain INPUT (policy ACCEPT)
    target     prot opt source               destination
    fail2ban-postfix-sasl  tcp  --  [anywhere]/0            [anywhere]/0
    multiport dports 25
    fail2ban-pureftpd  tcp  --  [anywhere]/0            [anywhere]/0            mult
    iport dports 21
    fail2ban-dovecot-pop3imap  tcp  --  [anywhere]/0            [anywhere]/0
        multiport dports 110,995,143,993
    fail2ban-ssh  tcp  --  [anywhere]/0            [anywhere]/0            multiport
     dports 22
    
    Chain FORWARD (policy ACCEPT)
    target     prot opt source               destination
    
    Chain OUTPUT (policy ACCEPT)
    target     prot opt source               destination
    
    Chain fail2ban-dovecot-pop3imap (1 references)
    target     prot opt source               destination
    RETURN     all  --  [anywhere]/0            [anywhere]/0
    
    Chain fail2ban-postfix-sasl (1 references)
    target     prot opt source               destination
    RETURN     all  --  [anywhere]/0            [anywhere]/0
    
    Chain fail2ban-pureftpd (1 references)
    target     prot opt source               destination
    RETURN     all  --  [anywhere]/0            [anywhere]/0
    
    Chain fail2ban-ssh (1 references)
    target     prot opt source               destination
    RETURN     all  --  [anywhere]/0            [anywhere]/0
    
    I don't know how to change the problem with ftp.
    I've created a new user ftp with ispc config and when i try to connect with fillezilla :
    Code:
    Échec de la tentative de connexion avec "ECONNREFUSED - Connexion refusée par le serveur".
     
  2. forethan

    forethan New Member

    Hi!
    Because i can't to connect by sftp with wordpress, i must have ftp service running could you help me please?

    Ps: i've followed this tutorial for installing ispconfig :
    https://github.com/servisys/ispconfig_setup

    PS: i answer "no" to use quota on this server. Maybe this could lead to this bug?
     
    Last edited: Feb 21, 2016
  3. forethan

    forethan New Member

    Some logs if you can see the problem :
    Code:
    pure-ftpd-mysql.service - (null)
       Loaded: loaded (/etc/init.d/pure-ftpd-mysql)
       Active: active (exited) since Sun 2016-02-21 13:58:50 CET; 11min ago
      Process: 1141 ExecStart=/etc/init.d/pure-ftpd-mysql start (code=exited, status=0/SUCCESS)
    
    Feb 21 13:58:50 ethan pure-ftpd-mysql[1141]: Starting ftp server: Running: /usr/sbin/pure-ftpd-mysql-virtualchroot -l mysql:/etc/pure-ftpd/db/mysql.conf -l...S 21 -A -B
    Feb 21 13:58:50 ethan systemd[1]: Started (null).
    Feb 21 13:58:50 ethan pure-ftpd[1193]: (?@?) [ERROR] Sorry, but that file doesn't exist: [/etc/ssl/private/pure-ftpd.pem]
    Hint: Some lines were ellipsized, use -l to show in full.
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    No and there is no ISPConfig bug involved here, your setup is just incomplete. The SSL certificate for pure-ftpd
    /etc/ssl/private/pure-ftpd.pem is missing.
     

Share This Page