1.2k questions
1.4k answers
361 comments
339 users
Hi I am trying to connect QIE to an AWS FTP their spec is listed below: Are any of these supported by QIE?
Our upgraded server has some new security policies, and you need to validate that your SFTP client complies with them. The upgraded server will support only the following algorithms and ciphers as per the TransferSecurityPolicy-FIPS-2020-06 security policies listed here.
KEXs
MACs
TLS Ciphers
Qvera Interface Engine can support the newer ciphers without any issues. You will need to update to Java 17 to use the newer ones though. Once you upgrade your connection with those ciphers will work. For the Java 17 upgrade, you will need to add the following to the startup tab in Qie Service Manager. # These are needed for QIE to run --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED