Skip to content

Commit

Permalink
Merge pull request #664 from vhalbert/63-8.12.x
Browse files Browse the repository at this point in the history
TEIID-4128 changed full-ha profile to disable SSL for ODBC
  • Loading branch information
shawkins committed Apr 12, 2016
2 parents 512ff6c + d039e98 commit e17edd7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -84,7 +84,7 @@
/profile=full-ha/subsystem=teiid/transport=embedded:add()
/profile=full-ha/subsystem=teiid/transport=odata:add(authentication-security-domain=teiid-security)
/profile=full-ha/subsystem=teiid/transport=jdbc:add(protocol=teiid, socket-binding=teiid-jdbc, authentication-security-domain=teiid-security)
/profile=full-ha/subsystem=teiid/transport=odbc:add(protocol=pg, socket-binding=teiid-odbc, authentication-security-domain=teiid-security)
/profile=full-ha/subsystem=teiid/transport=odbc:add(protocol=pg, socket-binding=teiid-odbc, authentication-security-domain=teiid-security, ssl-mode=disabled)


/profile=ha/subsystem=teiid/translator=jdbc-simple:add(module=org.jboss.teiid.translator.jdbc)
Expand Down

0 comments on commit e17edd7

Please sign in to comment.