Hallo allemaal!
Ik heb een FTP server met SSL/TLS opgezet. Maar op één of andere wijze kan ik alleen connecten via localhost en niet via mijn internet adres. Mijn FTP poort staat open op mijn router en mijn hosts.allow/deny zijn volledig gecomment, dus niet geconfigureerd. Wat kan het probleem zijn? Als ik zoek op "GnuTLS error -53" vind ik geen relevante informatie.
Error: GnuTLS error -53: Error in the push function.
Error: Connection timed out
Error: Failed to retrieve directory listing
Ik heb een FTP server met SSL/TLS opgezet. Maar op één of andere wijze kan ik alleen connecten via localhost en niet via mijn internet adres. Mijn FTP poort staat open op mijn router en mijn hosts.allow/deny zijn volledig gecomment, dus niet geconfigureerd. Wat kan het probleem zijn? Als ik zoek op "GnuTLS error -53" vind ik geen relevante informatie.
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
| Status: Connecting to xxx.xxx.xxx.xxx:xx... Status: Connection established, waiting for welcome message... Response: 220 ProFTPD 1.3.2e Server (Debian_Server) [xxx.xxx.xxx.xxx] Command: AUTH TLS Response: 234 AUTH TLS successful Status: Initializing TLS... Status: Verifying certificate... Command: USER xxx Status: TLS/SSL connection established. Response: 331 Password required for xxx Command: PASS ******** Response: 230 User xxx logged in Command: SYST Response: 215 UNIX Type: L8 Command: FEAT Response: 211-Features: Response: MDTM Response: MFMT Response: AUTH TLS Response: UTF8 Response: MFF modify;UNIX.group;UNIX.mode; Response: MLST modify*;perm*;size*;type*;unique*;UNIX.group*;UNIX.mode*;UNIX.owner*; Response: PBSZ Response: PROT Response: LANG en-US* Response: REST STREAM Response: SIZE Response: 211 End Command: OPTS UTF8 ON Response: 200 UTF8 set to on Command: PBSZ 0 Response: 200 PBSZ 0 successful Command: PROT P Response: 200 Protection set to Private Status: Connected Status: Retrieving directory listing... Command: PWD Response: 257 "/" is the current directory Command: TYPE I Response: 200 Type set to I Command: PASV Response: 227 Entering Passive Mode (xxx,xxx,xxx,xxx,xxx,xxx). Status: Server sent passive reply with unroutable address. Using server address instead. Command: MLSD Error: GnuTLS error -53: Error in the push function. Error: Connection timed out Error: Failed to retrieve directory listing |
Error: GnuTLS error -53: Error in the push function.
Error: Connection timed out
Error: Failed to retrieve directory listing