[
https://issues.jboss.org/browse/TEIID-3177?page=com.atlassian.jira.plugin...
]
Juraj Duráni commented on TEIID-3177:
-------------------------------------
[~shawkins] ODBC transport now requires GSS authentication (according to message of
SQLException) even if ssl is not enabled. Is this required behavior? (this concerns patch
JDV 6.2.4 - Teiid 8.7.5.6_2)
Transport:
{code:xml}
<transport name="odbc" socket-binding="teiid-odbc"
protocol="pg">
<authentication security-domain="teiid-security"/>
</transport>
{code}
ODBC DS:
{code:plain}
[odbc]
...
UserName = user
...
Password = user
SslMode = disable
{code}
Result:
{code:plain}
isql odbc -v
[08P01][unixODBC]ERROR: TEIID40125 A secure authentication is required, such as a GSS
authentication.
[ISQL]ERROR: Could not SQLConnect
{code}
Enforce SSL connections over ODBC when Encryption Mode is enabled
-----------------------------------------------------------------
Key: TEIID-3177
URL:
https://issues.jboss.org/browse/TEIID-3177
Project: Teiid
Issue Type: Feature Request
Components: ODBC
Affects Versions: 8.8
Reporter: Cristiano Nicolai
Assignee: Steven Hawkins
Priority: Critical
Fix For: 8.9, 8.7.5.6_2
When connecting via ODBC transport, even if the encryption mode is set to enabled is
still possible to establish non ssl connections. This allows clients to connect via
insecure method. We would like that the Teiid transport could reject connections if they
are not properly set up using SSL transport.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)