[JBoss JIRA] (TEIID-3894) Teiid transport ssl attributes should add some default values
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-3894?page=com.atlassian.jira.plugin... ]
Steven Hawkins closed TEIID-3894.
---------------------------------
> 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
> Reporter: Kylin Soong
> Assignee: Steven Hawkins
> Fix For: 9.0
>
>
> 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.
> h3. ssl-mode allowed value
> * enabled
> * login
> * enabled
> h3. ssl-authentication-mode allowed value
> * 1-way
> * 2-way
> * anonymous
> h3. ssl-ssl-protocol default value
> * TLSv1
> h3. ssl-keymanagement-algorithm default value
> * SunX509
> h3. ssl-enabled-cipher-suites default value
> * SSL_RSA_WITH_RC4_128_MD5,SSL_RSA_WITH_RC4_128_SHA
> h3. keystore-type default value
> * JKS
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 6 months
[JBoss JIRA] (TEIID-3856) On Windows while trying to implement teiid-8.13.0.Alpha1 with WildFly removing "/" from jboss.home.dir
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-3856?page=com.atlassian.jira.plugin... ]
Steven Hawkins closed TEIID-3856.
---------------------------------
> On Windows while trying to implement teiid-8.13.0.Alpha1 with WildFly removing "/" from jboss.home.dir
> ------------------------------------------------------------------------------------------------------
>
> Key: TEIID-3856
> URL: https://issues.jboss.org/browse/TEIID-3856
> Project: Teiid
> Issue Type: Bug
> Environment: Windows
> Reporter: Hanuman Parihar
> Assignee: Steven Hawkins
> Labels: jboss, teiid
>
> On Windows while trying to implement teiid-8.13.0.Alpha1 with WildFly when I deployed VDB's it is giving file not found exception due to file path doesn't having "/" in absolute path i.e. C:UsershanumanpDesktopteiid-8.13.0.Alpha1
> Caused by: org.h2.jdbc.JdbcSQLException: IO Exception: "java.io.FileNotFoundException: C:UsershanumanpDesktopteiid-8.13.0.Alpha1\teiidfiles\customer-schema.sql (The system cannot find the path specified)"; "C:UsershanumanpDesktopteiid-8.13.0.Alpha1/teiidfiles/customer-schema.sql"; SQL statement:
> RUNSCRIPT FROM 'C:UsershanumanpDesktopteiid-8.13.0.Alpha1/teiidfiles/customer-schema.sql' [90031-173]
> at org.h2.message.DbException.getJdbcSQLException(DbException.java:331)
> please refer issue : [https://issues.jboss.org/browse/TEIID-3069] and [https://issues.jboss.org/browse/JBEAP-60] which is exact copy of current issue.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 6 months