Opened 8 years ago

Closed 8 years ago

#11131 closed Bug report (rejected)

Just upgraded to newest version 3.24.0 and got GnuTLS error -48

Reported by: PatMcK Owned by:
Priority: blocker Component: FileZilla Server
Keywords: Cc:
Component version: 3.24.0 Operating system type: Windows
Operating system version: Windows 7 Ultimate

Description

In the 5 years I have been using Filezilla I have never had a problem. Now this ... any clues?

FileZilla Client


Version: 3.24.0

Build information:

Compiled for: x86_64-w64-mingw32
Compiled on: x86_64-unknown-linux-gnu
Build date: 2017-01-13
Compiled with: x86_64-w64-mingw32-gcc (GCC) 4.9.1
Compiler flags: -g -O2 -Wall -std=gnu++14

Linked against:

wxWidgets: 3.0.3
GnuTLS: 3.5.8
SQLite: 3.16.2

Operating system:

Name: Windows 7 (build 7601, Service Pack 1), 64-bit edition
Version: 6.1
Platform: 64-bit system
CPU features: sse sse2 sse3 ssse3 sse4.1 sse4.2 avx avx2 aes pclmulqdq rdrnd bmi2 bmi2
Settings dir: C:\Users\patm\AppData\Roaming\FileZilla\

Change History (2)

comment:1 by PatMcK, 8 years ago

Status: Connection established, waiting for welcome message...
Response: 220 Microsoft FTP Service
Command: AUTH TLS
Response: 234 AUTH command ok. Expecting TLS Negotiation.
Status: Initializing TLS...
Error: GnuTLS error -48: Key usage violation in certificate has been detected.
Error: Could not connect to server

comment:2 by Tim Kosse, 8 years ago

Resolution: rejected
Status: newclosed

There is a problem with your server's X.509 certificate chain: Either the server certificate itself or another certificate in the chain has a key usage restriction that is violated. See section 4.2.1.3 of RFC 5280: https://tools.ietf.org/html/rfc5280#section-4.2.1.3

Contact your server administrator or server hosting provider for assistance so that the server's certificate can be replaced.

Note: See TracTickets for help on using tickets.