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

  1. SSL_VERIFY_NONE
  2. SSL_VERIFY_SERVER
  3. 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.