Database accepts only TLS connections

Details

Detail name Value
Changelog Number 16927
Type Improvement
Status Resolved
Fix Versions Exasol 8.19.0
Resolution Date 2023-06-15

Background

TLS is supported by JDBC, ODBC, ADO.net, and Exasol CLI since version 7.1.0. WebSocket API is supporting TLS since v1 (see https://github.com/exasol/websocket-api for details).

For more details on TLS connections (e.g. action required and certificate verification) see Changelog 6507 .

Improvement

To improve security. the database will reject all incoming connection requests that are not using TLS encryption.

Clients that are trying to connect without TLS encryption will receive the following exception message:

Connection exception - Only TLS connections are allowed.

Changed behavior

Database will reject all incoming connection requests that are not using TLS encryption.