[teiid-issues] [JBoss JIRA] (TEIID-3894) Teiid transport ssl attributes should add some default values

Kylin Soong (JIRA) issues at jboss.org
Mon Jan 11 05:16:02 EST 2016


Kylin Soong created TEIID-3894:
----------------------------------

             Summary: Teiid transport ssl attributes should add some default values
                 Key: TEIID-3894
                 URL: https://issues.jboss.org/browse/TEIID-3894
             Project: Teiid
          Issue Type: Feature Request
          Components: Server
    Affects Versions: 9.x
            Reporter: Kylin Soong
            Assignee: Steven Hawkins
             Fix For: 9.x


Execute the following cli
{code}
/subsystem=teiid/transport=jdbc:write-attribute(name=ssl-mode,value=enabled)
/subsystem=teiid/transport=jdbc:write-attribute(name=ssl-authentication-mode,value=1-way)
/subsystem=teiid/transport=jdbc:write-attribute(name=ssl-ssl-protocol,value=TLSv1)
/subsystem=teiid/transport=jdbc:write-attribute(name=ssl-keymanagement-algorithm,value=SunX509)
/subsystem=teiid/transport=jdbc:write-attribute(name=ssl-enabled-cipher-suites,value="SSL_RSA_WITH_RC4_128_MD5,SSL_RSA_WITH_RC4_128_SHA")
/subsystem=teiid/transport=jdbc:write-attribute(name=keystore-type,value=JKS)
{code}
no suggested value pop up, some values only allow existed value, so I think add some default value is necessary.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the teiid-issues mailing list