Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore TLS certificates for tests #63

Closed
tomuben opened this issue Jun 10, 2024 · 0 comments · Fixed by #64
Closed

Ignore TLS certificates for tests #63

tomuben opened this issue Jun 10, 2024 · 0 comments · Fixed by #64
Assignees
Labels
bug Unwanted / harmful behavior

Comments

@tomuben
Copy link
Collaborator

tomuben commented Jun 10, 2024

Background

The current configuration, using a new version of pyodbc has problems when the SQL query returns a very long error message (see mkleehammer/pyodbc#747). This was fixed in newer version. However, to fix the issue, clients also need to use the newer ODBC driver from Exasol.
However, new versions of the Exasol ODBC driver have TLS enabled per default. As we have the docker db running locally in the test framework it is safe connect to the docker db without TLS. In order to support this, we need to disable TLS in the temporary odbc.ini file.

Acceptance Criteria

  • disable TLS in the temporary odbc.ini file
@tomuben tomuben self-assigned this Jun 10, 2024
@tomuben tomuben added feature Product feature bug Unwanted / harmful behavior and removed feature Product feature labels Jun 10, 2024
tomuben added a commit that referenced this issue Jun 11, 2024
fixes  #63: Ignored TLS certificates for tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unwanted / harmful behavior
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant