[
https://issues.jboss.org/browse/TEIID-2108?page=com.atlassian.jira.plugin...
]
RH Bugzilla Integration commented on TEIID-2108:
------------------------------------------------
Suz <sdorfiel(a)redhat.com> made a comment on [bug
842340|https://bugzilla.redhat.com/show_bug.cgi?id=842340]
Technical note updated. If any revisions are required, please edit the "Technical
Notes" field
accordingly. All revisions will be proofread by the Engineering Content Services
team.
Diffed Contents:
@@ -1,6 +1,5 @@
-Note that this is not a jar fix, but a fix to the teiid-jboss-beans.xml configuration.
Modify the config file to use a JDBC socket ssl configuration mode of logIn.
+The JDBC socket does not encrypt client messages by default. To work around this, users
should modify the teiid-jboss-beans.xml configuration. Do so by opening the config file
and modifying it to use a JDBC socket ssl configuration mode of logIn. This is shown
below:
-...
<bean name="JdbcSslConfiguration"
class="org.teiid.transport.SSLConfiguration">
<!-- can be one of disabled, login, or enabled
disabled = no transport or message level security will be used
JDBC socket is not encrypting client messages by default
--------------------------------------------------------
Key: TEIID-2108
URL:
https://issues.jboss.org/browse/TEIID-2108
Project: Teiid
Issue Type: Bug
Components: Server
Affects Versions: 7.1.1
Reporter: Steven Hawkins
Assignee: Johnathon Lee
Priority: Blocker
Fix For: 7.7.1, 8.1
The default configuration for the server should encrypt client login traffic. However
the SSLConfiguration class is checking for a value of logIn, not login as specified in the
8.x and 7.x configs.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira