exasol / exasol-python-test-framework

This project is shared among other Exasol projects, and provides a test framework to execute integration tests on the database.
MIT License
0 stars 0 forks source link

Make TLS certificate validation configurable #66

Closed ckunki closed 6 days ago

ckunki commented 1 week ago

EPTF generates file odbc.ini containing the configuration options for the ODBC driver.

Newer versions of Exasol database validate the TLS certificates and may cause an error when using a self-signed certificate.

Such error messages can be suppressed by adding option ;FINGERPRINT=NoCertCheck to the DSN in file odbc.ini. This option cannot be appended to CLI option --server.

Acceptance Criteria

The current ticket requests to add a new CLI option to EPTF controlling whether this option should be added.

Additionally, in client_setup.py#L61 the suffix .logdir should be removed.

redcatbear commented 1 week ago

Duplicate of #63.