Viral
03/09/2023, 2:51 PM<cfftp
action = "open"
connection = "My_query"
server = "xx.xx.xx.xx"
username = "username"
password = "password"
port=22
stopOnError = "yes"
retryCount = 1
secure = "yes">
Getting the below error
• Cause : Algorithm negotiation fail
• Detail : Verify your connection attributes: username, password, server, fingerprint, port, key, connection, proxyServer, and secure (as applicable). Error: Algorithm negotiation fail.
• Message: An error occurred while establishing an sFTP connection.
---
It is because of the cryptography algorithm not matching between client and server.
When I use Filezilla it connects just fine.
I tried using the latest jar file but with no avail, Anyone been through the above error beforealiaspooryorik
Viral
03/09/2023, 5:04 PMViral
03/09/2023, 5:20 PMhighest level of encryption supported by Coldfusion 2016aliaspooryorik
aliaspooryorik
Viral
03/10/2023, 9:15 AMViral
03/10/2023, 9:16 AMTLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384
TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA
TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
TLS_RSA_WITH_AES_256_CBC_SHA256
TLS_RSA_WITH_AES_128_CBC_SHA256
TLS_RSA_WITH_AES_256_CBC_SHA
TLS_RSA_WITH_AES_128_CBC_SHA
TLS_RSA_WITH_3DES_EDE_CBC_SHA
TLS_PSK_WITH_AES_256_CBC_SHA384
TLS_PSK_WITH_AES_128_CBC_SHA256Viral
03/10/2023, 9:18 AM