osmancarik has uploaded a patch.
Description:
You need to delete redundant encryptions from ConnectionInfo.Encryptions in order to be able to communicate with some servers. In my case it threw an exception when the other encryptions where in the list.
Introduced the property ConnectionInfo.StandardEnryptions, which takes an enum parameter and deletes all other encryptions except of the standard encryption which needs be be applied.
connectionInfo.StandardEncryption = ConnectionInfo.EncryptionMethods.aes256_cbc;