Drivers: Allow TLS Fingerprint after the port
Details
| Detail name | Value |
|---|---|
| Changelog Number | 12840 |
| Type | Improvement |
| Status | Resolved |
| Fix Versions | Exasol 7.1.1 |
| Resolution Date | 2021-09-14 |
Background
In Exasol 7.1.0, TLS was made the default encryption protocol for all drivers. More details are in EXASOL-2936. One method of verification is to add the fingerprint to the hostname in the connection string. (ie exadb1.example.com/72975b4d331deeb44fa41fb858a5417e163151bbfb45376574706800a8dcce30:8563 )
Improvement
To add flexibility, all drivers now also support adding the fingerprint after the port. The following examples are both valid connection strings:
test.tc.dev.exasol.com:8563/<Fingerprint>
test.tc.dev.exasol.com/<Fingerprint>:8563