ADONET legacy encryption could not be enabled
Details
| Detail name | Value |
|---|---|
| Changelog Number | 17244 |
| Type | Bug |
| Status | Resolved |
| Affected Versions | Exasol 7.1.0, ADO.NET 24.0.0 |
| Fix Versions | ADO.NET 25.2.1 |
| Resolution Date | 2025-02-26 |
Description
ADONET driver like JDBC and ODBC, has the ability to use the deprecated ChaCha encryption instead of SSL to encrypt the communication with the server.
However, specifying “LegacyEncryption=ON” in the connection string had no effect.
Workaround
There is no workaround.
Fix
Specifying “LegacyEncryption=ON” does now enable using the legacy encryption in ADONET.