vsftpd - Errore GnuTLS -15: È stato ricevuto un pacchetto TLS imprevisto


11

Come posso correggere questo errore quando provo a connettermi al server ftp su filezila:

GnuTLS error -15: An unexpected TLS packet was received.

E questo errore sul sublime plugin ftpsync:

ssl.SSLError: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1515)

Queste sono le mie impostazioni vsftpd:

listen=YES
anonymous_enable=NO
local_enable=YES
write_enable=YES
local_umask=022
nopriv_user=vsftpd
virtual_use_local_privs=YES
guest_enable=YES
user_sub_token=$USER
local_root=/var/www/$USER
chroot_local_user=YES
hide_ids=YES
guest_username=vsftpd

rsa_cert_file=/etc/ssl/private/vsftpd.pem
rsa_private_key_file=/etc/ssl/private/vsftpd.pem

ssl_enable=YES
allow_anon_ssl=NO
force_local_data_ssl=YES
force_local_logins_ssl=YES

ssl_tlsv1=YES
ssl_sslv2=NO
ssl_sslv3=NO

require_ssl_reuse=NO
ssl_ciphers=HIGH

Risposte:


11

Ho provato ad aggiungere una linea al mio file di configurazione. Apri la configurazione qui:

sudo nano /etc/vsftpd.conf

E metti questa linea in fondo:

allow_writeable_chroot=YES

Successivamente, riavvia il servizio:

sudo service vsftpd restart

Questo lo risolve per me.


Funziona anche con Centos7 e vsftpd 3.0.2.
Putnik,

4

Potrebbe essere un errore che non ha alcuna relazione con SSL.

  1. Prova a disattivare SSL ( ssl_enable=NO)
  2. Connettiti con il tuo client FTP preferito.

Quindi probabilmente vedrai il vero errore.

Ecco perché la risposta di Francisc IB non ha alcuna relazione con SSL.


Questa è per me la risposta migliore: una cattiva configurazione porta GnuTLS -15all'errore e la disabilitazione di TLS fornisce informazioni molto più appropriate
lauhub

0

Stranamente per me questo problema è emerso quando si tenta di lsaccedere dopo aver effettuato l'accesso.

Si è scoperto che avevo disinstallato httpda favore nginxe la cartella che stavo usando era di proprietà apache:apachee l'utente è stato rimosso quando l'ho rimosso httpd. Avevo chconle directory per nginx:nginxe quindi sostituito l'utente in queste righe nel mio file di configurazione: guest_username=nginx nopriv_user=nginx

Spero che questo aiuti qualcuno là fuori perché i messaggi di errore non sono stati affatto utili.


0

Ho trovato così tante risposte confuse. Posterò un

/etc/vsftpd.conf

che ha funzionato perfettamente per me in Ubuntu 18.04 utilizzando fileZilla come client il 2019-09-04. FTPS è distribuito in un'istanza EC2 regolata da un gruppo di sicurezza molto rigoroso che consente l'accesso solo a IPS pubblici specifici.

# FTPS Shim TLS configuration /etc/vsftpd.conf
# Run standalone?  vsftpd can run either from an inetd or as a standalone
# daemon started from an initscript.
# This directive enables listening on IPv6 sockets. By default, listening
# on the IPv6 "any" address (::) will accept connections from both IPv6
# and IPv4 clients. It is not necessary to listen on *both* IPv4 and IPv6
# sockets. If you want that (perhaps because you want to listen on specific
# addresses) then you must run two copies of vsftpd with two configuration
# files.
listen=YES
# Make sure PORT transfer connections originate from port 20 (ftp-data).
connect_from_port_20=NO
listen_port=38250
ftp_data_port=38255
# Allow anonymous FTP? (Disabled by default).
anonymous_enable=NO
# Uncomment this to allow local users to log in.
local_enable=YES
# Default umask for local users is 077. You may wish to change this to 022,
# if your users expect that (022 is used by most other ftpd's)
local_umask=022
# Activate directory messages - messages given to remote users when they
# go into a certain directory.
dirmessage_enable=YES
# If enabled, vsftpd will display directory listings with the time
# in  your  local  time  zone.  The default is to display GMT. The
# times returned by the MDTM FTP command are also affected by this
# option.
use_localtime=YES
# Activate logging of uploads/downloads.
xferlog_enable=YES
# If you want, you can have your log file in standard ftpd xferlog format.
# Note that the default log file location is /var/log/xferlog in this case.
xferlog_std_format=NO
# You may override where the log file goes if you like. The default is shown below.
xferlog_file=/var/log/vsftpd.log
log_ftp_protocol=YES
debug_ssl=YES
# You may change the default value for timing out an idle session.
idle_session_timeout=600
# You may change the default value for timing out a data connection.
data_connection_timeout=120
# You may fully customise the login banner string:
ftpd_banner=Welcome to Read-Only FTPS Shim service.
# You may restrict local users to their home directories.  See the FAQ for
# the possible risks in this before using chroot_local_user or
# chroot_list_enable below.
chroot_local_user=YES
allow_writeable_chroot=YES
# This option should be the name of a directory which is empty.  Also, the
# directory should not be writable by the ftp user. This directory is used
# as a secure chroot() jail at times vsftpd does not require filesystem
# access.
secure_chroot_dir=/var/run/vsftpd/empty
# This string is the name of the PAM service vsftpd will use.
pam_service_name=ftp
# FTPS Passive Mode. -Define port range for passive mode connections
pasv_enable=Yes
pasv_min_port=10100
pasv_max_port=10110
ssl_enable=YES
# force client to use TLS when logging in
allow_anon_ssl=NO
force_local_data_ssl=YES
force_local_logins_ssl=YES
ssl_tlsv1=YES
ssl_sslv2=NO
ssl_sslv3=NO
require_ssl_reuse=NO
ssl_ciphers=HIGH
# specify TSL certificate/private key
rsa_cert_file=/etc/ssl/certs/fullchain.pem
rsa_private_key_file=/etc/ssl/private/privkey.pem
force_local_logins_ssl=YES
force_anon_logins_ssl=YES
# Uncomment this to indicate that vsftpd use a utf8 filesystem.
utf8_filesystem=YES
# Users
userlist_enable=YES
userlist_file=/etc/vsftpd.user_list
userlist_deny=NO

0

Ho riscontrato questo stesso problema. Un altro thread sconsiglia di impostare allow_writeable_chroot = YES per motivi di sicurezza, in particolare per mitigare un "ROARING BEAST ATTACK".

L'impostazione allow_writeable_chroot = YES significa che vsftpd dovrebbe consentire la situazione in cui la home directory dell'utente è scrivibile da quell'utente. Invece per motivi di sicurezza ho modificato le autorizzazioni per la cartella principale dell'utente da 777 a 555.

Originale: drwxrwxrwx / home / ftpuser /

Modificato in: dr-xr-xr-x / home / ftpuser /

Ciò ha reso la directory home dell'utente NON scrivibile dall'utente e quindi non ho dovuto utilizzare il parametro allow_writeable_chroot = YES . Questo va bene (e più sicuro) per la mia situazione poiché ho una struttura di directory preimpostata e non voglio che l'utente crei comunque nuovi file o directory nella loro cartella principale.

L'ho capito quando ho cambiato la directory home in / var / ftp tramite il parametro local_root = [path] per vsftpd e ha funzionato senza dover impostare allow_writeable_chroot = YES . Questa cartella / var / ftp è (755) ma di proprietà di root e quindi non scrivibile da ftpuser.

Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.