FileZilla Server 1.7.2 - No supported cipher suites have been found

Need help with FileZilla Server? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
socky
500 Command not understood
Posts: 3
Joined: 2023-06-12 11:23
First name: Artur
Last name: Sokołowski

FileZilla Server 1.7.2 - No supported cipher suites have been found

#1 Post by socky » 2023-06-12 11:46

Hi
I have problem with my Reolink camera connecting to server.

Code: Select all

<12-06-2023 08:03:28> FTP Session 11325 172.16.0.117 [Response] 220-FileZilla Server 1.7.2
<12-06-2023 08:03:28> FTP Session 11325 172.16.0.117 [Response] 220 Please visit https://filezilla-project.org/
<12-06-2023 08:03:28> FTP Session 11325 172.16.0.117 [Command] AUTH TLS
<12-06-2023 08:03:28> FTP Session 11325 172.16.0.117 [Response] 234 Using authentication type TLS.
<12-06-2023 08:03:28> FTP Session 11325 172.16.0.117 [Error] GnuTLS error -87: No supported cipher suites have been found.
<12-06-2023 08:03:28> FTP Session 11325 172.16.0.117 [Error] Control channel closed with error from source 0. Reason: ECONNABORTED - Connection aborted.
I have tested Cerberus FTP Server and it works...

Code: Select all

12.06.2023 13:10:14172.16.0.117 AUTH TLS
12.06.2023 13:10:14172.16.0.117 Authentication method accepted
12.06.2023 13:10:15172.16.0.117 SSL connection using TLSv1.2 (DHE-RSA-AES256-GCM-SHA384), 256 bit encryption
12.06.2023 13:10:15172.16.0.117 SSL connection established
Is it possible to add such cipher to FileZilla Server?

User avatar
botg
Site Admin
Posts: 35566
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: FileZilla Server 1.7.2 - No supported cipher suites have been found

#2 Post by botg » 2023-06-12 12:00

Is your client by chance extremely outdated and doesn't support ECDSA certificates?

While FileZilla Server itself only creates ECDSA certificates, you can provide custom certificates using RSA created by other means.

socky
500 Command not understood
Posts: 3
Joined: 2023-06-12 11:23
First name: Artur
Last name: Sokołowski

Re: FileZilla Server 1.7.2 - No supported cipher suites have been found

#3 Post by socky » 2023-06-12 13:34

Hi
Thx for replay. The client is Reolink RLC-542WA camera with firmware probably from 2021. Cameras with firmware from 2022 and 2023 support TLSv1.2 (ECDHE-RSA-AES256-GCM-SHA384) and they works just fine.

socky
500 Command not understood
Posts: 3
Joined: 2023-06-12 11:23
First name: Artur
Last name: Sokołowski

Re: FileZilla Server 1.7.2 - No supported cipher suites have been found

#4 Post by socky » 2023-06-12 13:59

Hello again. I have created self-signed certificate with OpenSSL and now camera is connecting without any problems. Thank You for the hint about custom certificate.

Post Reply