Subject: FTP doesn't support all ciphers / signature hash algorithms and only supports
Date: 2021-12-22 23:22:44
From: yarosus
Source: ftps-supports-5-ciphers
----------------------------------------------------------------------

Hello,
Our requirement to connect to FTP server with certificate using TLS Cipher Suite **ECDHE-RSA-WITH-AES-256-GCM-SHA384**.

But when I am trying to connect to FTP server with config **client.Config.AllowedCipherSuites = TlsCipherSuite.All**; 

I am seeing through Wireshark it only supports next ciphers during Client Hello handshake protocol:
-	RSA-PKCS1-SHA256
-	RSA-PKCS1-SHA384
-	RSA-PKCS1-SHA512
-	RSA-PKCS1-SHA1
-	SHA1 DSA

And server closing connection because client doesn't support correct algorithm hash.

When I am trying to specify to use **ECDHE-RSA-WITH-AES-256-GCM-SHA384** as **client.Config.AllowedCipherSuites = TlsCipherSuite.ECDHE-RSA-WITH-AES-256-GCM-SHA384;**, then wireshark show no available signature algorithms.

I am using latest component pro version 7.2.238

Please let me know how to add support of other signature algorithms including **ECDHE-RSA-WITH-AES-256-GCM-SHA384**

----------

----------------------------------------------------------------------

Note: This question has been asked on the Q&A forum of Thang Dang's fraudulent ComponentPro brand
If you purchased anything from ComponentPro, you have been scammed. Contact the payment processor
who sold you the license and ask for your money back.

Back to ComponentPro Q&A Forum Index