Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#10306 closed Bug report (rejected)

GnuTLS - 15 error on Windows 8

Reported by: Alain Gerard Owned by:
Priority: normal Component: FileZilla Client
Keywords: GnuTLS - 15 Cc:
Component version: Operating system type: Windows
Operating system version: Windows 8

Description

Hello,

I get a GnuTLS - 15 error on Windows 8.

Same trying on another PC under Windows 7 on the same network works.

FileZilla Client


Version: 3.10.2

Build information:

Compiled for: i686-w64-mingw32
Compiled on: x86_64-unknown-linux-gnu
Build date: 2015-03-02
Compiled with: i686-w64-mingw32-gcc (GCC) 4.9.1
Compiler flags: -msse -mfpmath=sse -O2 -g -Wall -g -std=gnu++11

Linked against:

wxWidgets: 3.0.3
GnuTLS: 3.3.13
SQLite: 3.8.8.3

Operating system:

Name: Windows 8.1 (build 9600), 64-bit edition
Version: 6.3
Platform: 64-bit system

Log:
2015-03-13 08:38:19 3492 1 Status: Resolving address of ftp.car-pass.be
2015-03-13 08:38:19 3492 1 Status: Connecting to 85.112.27.122:990...
2015-03-13 08:38:19 3492 1 Status: Connection established, initializing TLS...
2015-03-13 08:38:19 3492 1 Error: GnuTLS error -15: An unexpected TLS packet was received.
2015-03-13 08:38:19 3492 1 Error: Could not connect to server
2015-03-13 08:38:19 3492 1 Status: Waiting to retry...
2015-03-13 08:38:24 3492 1 Status: Resolving address of ftp.car-pass.be
2015-03-13 08:38:24 3492 1 Status: Connecting to 85.112.27.122:990...
2015-03-13 08:38:24 3492 1 Status: Connection established, initializing TLS...
2015-03-13 08:38:24 3492 1 Error: GnuTLS error -15: An unexpected TLS packet was received.
2015-03-13 08:38:24 3492 1 Error: Could not connect to server

Any idea?

Kind regards

Change History (2)

comment:1 by Tim Kosse, 9 years ago

Resolution: rejected
Status: newclosed

Badly configured server. Port 990 is reserved for implicit FTP over TLS. Your server on the other hand speaks plain FTP and explicit FTP over TLS on that port.

For plain FTP and explicit FTP over TLS port 21 must be used.

Contact your server administrator or server hosting provider for assistance ot have the server fixed.

in reply to:  1 comment:2 by Alain Gerard, 9 years ago

Replying to codesquid:

Badly configured server. Port 990 is reserved for implicit FTP over TLS. Your server on the other hand speaks plain FTP and explicit FTP over TLS on that port.

For plain FTP and explicit FTP over TLS port 21 must be used.

Contact your server administrator or server hosting provider for assistance ot have the server fixed.

I don't understand your answer.
Can you explain why it works on one PC with the same parameters:
Port 990
Implicit TLS

and not on another?

Note: See TracTickets for help on using tickets.