Exasol ODBC Driver Connection String Parameter SSLCertificate accepts only case sensitive values
Details
| Detail name | Value |
|---|---|
| Changelog Number | 21065 |
| Type | Bug |
| Status | Resolved |
| Affected Versions | Exasol 7.1.0, ODBC 24.0.0 |
| Fix Versions | ODBC 24.1.2 |
| Resolution Date | 2024-08-19 |
Description
ODBC Driver connection string parameter SSLCERTIFICATE accepts below values
- SSL_VERIFY_NONE
- SSL_VERIFY_SERVER
- Name and path of the certificate file (e.g. cert.pem) used by SSL
Expected Behavior
Options 1 and 2 should be case insensitive and option 3 should be case sensitive.
Issue
All the 3 Options are case sensitive
Workaround
Use Options 1 and 2 as in full capital letters.
Fix
Parameter values are processed as expected.