New Keyword to disable TLS checks
Details
| Detail name | Value |
|---|---|
| Changelog Number | 12839 |
| 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. If you wanted to disable TLS verification completely, you would need to add a driver parameter. In EXASOL-2941 and EXASOL-2942, the connection string was made more flexible to support additional methods of adding the fingerprint for verification.
Improvement
You can now disable TLS verification by adding a keyword (NOCERTCHECK) in place of where the fingerprint would normally go. This keyword can go after the hostname, after the port, or in the "fingerprint" driver parameter. The keyword is case-insensitive.
Example:
- test.tc.dev.exasol.com/NOCERTCHECK:8563
- test.tc.dev.exasol.com:8563/NOCERTCHECK
- test.tc.dev.exasol.com:8563;fingerprint=NOCERTCHECK;