FTP Encrypt string error when using dependency module - Encryption in SFTP connector

0
I’m trying to setup a FTP client using SFTP connector from marketplace. Whenever I try to save a new FTP configuration, I get the following errors in log.  I’m not interested in encryption at the moment, how do I turn off encryption or workaround this error? Please suggest.   Error Logs: 2021-11-08 19:40:54.927EncryptionError while encrypting string: Key should not be empty 2021-11-08 19:40:54.928ConnectorAn error has occurred while handling the request. [User 'Anonymous_0fed0f87-146a-4bf9-b541-4bdb4cfa66b8' with session id '5a364f5b-XXXX-XXXX-XXXX-XXXXXXXX17e8' and roles 'Administrator'] 2021-11-08 19:40:54.934ClientAn error occurred while executing an action of SFTP.Configuration_NewEdit.actionButton1:  Error: An error occurred while executing an action of SFTP.Configuration_NewEdit.actionButton1:  (...)  
asked
1 answers
3

In the Encryption module you can find a constant called “EncryptionKey”. You need to give this key a value.

answered