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

Enable encryption by default #154

Open
allipatev opened this issue Feb 10, 2025 · 1 comment
Open

Enable encryption by default #154

allipatev opened this issue Feb 10, 2025 · 1 comment
Labels
feature Product feature

Comments

@allipatev
Copy link

Since DB version 8 encryption is enabled by default (see Release Notes - Database).

However, r-exasol by default establishes a non-encrypted connection, so the following kind of connection

exaconn <- dbConnect(
    drv = "exa",
    exahost = "demodb.exasol.com:8563",
    uid = "<YOUR_USER>",
    pwd = "<YOUR_PASSWORD>")

fails with

Error in odbcGetInfo(con) : argument is not an open RODBC channel
In addition: Warning messages:
1: In odbcDriverConnect(con_str) :
  [RODBC] ERROR: state 28000, code -3732480, message [Exasol][Exasol Driver]Connection exception - Only TLS connections are allowed.
2: In odbcDriverConnect(con_str) : ODBC connection failed

Please align r-exasol with the current DB approach and make encryption enabled by default.

@tkilias tkilias added the feature Product feature label Feb 12, 2025
@tomuben
Copy link
Collaborator

tomuben commented Feb 12, 2025

It's possible that this is the same issue as #153

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Product feature
Projects
None yet
Development

No branches or pull requests

3 participants