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

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Thu Jan 10 15:24:08 EST 2013


     [ https://issues.jboss.org/browse/TEIID-2321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steven Hawkins resolved TEIID-2321.
-----------------------------------

    Fix Version/s: 8.0
       Resolution: Done


This appears to have been addressed on the product side, and is no longer an issue starting in Teiid 8.0.
                
> 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
>             Fix For: 7.7.3, 8.0
>
>
> 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