exasol / sagemaker-extension

An Exasol extension to interact with AWS SageMaker from inside the database
MIT License
3 stars 1 forks source link

Cannot connect to Exasol V8 over TLS #83

Closed DirkatExasol closed 1 year ago

DirkatExasol commented 1 year ago

The command

_python3 -m exasol_sagemaker_extension.deployment.deploycli --host=w.x.y.y --port=8563 --user=xxx --pass=yyy --schema=RETAIL

returns an error, that it cannot connect via Non-TLS connections. V8 only allows TLS connections:

_pyexasol.exceptions.ExaRequestError: ( message => Connection exception - Only TLS connections are allowed. dsn => www.xxx.yyy.zzz:8563 user => xxxxxxxxxxx schema =>
sessionid =>
code => 08004 )

Needs to be fixed for V8