How to use "aes128-gcm" as "PreferredCipherSuite" in Oracle ftp Adapter.
Hello All,
Below are my system details
Product: OFMW 12.2.1.4
Server: IBM AIX 7.1
JAVA: 1.8.0_271 (IBM Java)
OFMW transfers a file to the sftp client, I have everything working connection.
I want to update "PreferredCipherSuite" from "aes128-ctr" to "aes128-gcm".I have attached a file ftp configuration details. When I change it to "aes128-gcm", I am getting Error like <exception>aes128-gcm is not supported</exception>
According to the "Doc ID 2826779.1" " aes128-gcm, aes192-gcm, aes256-gcm" all are supported but I am not sure why I am not able to use this, I don't know what wrong am I doing here or what is missed out. Any help would be much appreciated.