[teiid-issues] [JBoss JIRA] (TEIID-2321) The JdbcSslConfiguration incorrectly has property keymanagementAlgorithm set to false

Van Halbert (JIRA) jira-events at lists.jboss.org
Thu Dec 6 12:15:18 EST 2012


Van Halbert created TEIID-2321:
----------------------------------

             Summary: The JdbcSslConfiguration incorrectly has property keymanagementAlgorithm set to false
                 Key: TEIID-2321
                 URL: https://issues.jboss.org/browse/TEIID-2321
             Project: Teiid
          Issue Type: Bug
          Components: Build/Kits
    Affects Versions: 7.7.2
            Reporter: Van Halbert
            Assignee: Steven Hawkins


The primary issue is the line:
 
<property name="keymanagementAlgorithm">false</property>
 
The cause of the error message is because "false" is not a known KeyManagerFactory Algorithm.  

Suggestion is to comment out the property, and remove 'false' as the value.

The Admin Guild Example 3.3 Configuration.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the teiid-issues mailing list