[jboss-jira] [JBoss JIRA] Commented: (AS7-1680) HTTP connector using JSSE ignores custom truststore file

Remy Maucherat (JIRA) jira-events at lists.jboss.org
Tue Aug 30 06:41:26 EDT 2011


    [ https://issues.jboss.org/browse/AS7-1680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12625067#comment-12625067 ] 

Remy Maucherat commented on AS7-1680:
-------------------------------------

It is normal, truststore config is relatively specific, and is supposed to use the system properties of the connector. There are four properties: javax.net.ssl.trustStore/trustStorePassword/etc.

> HTTP connector using JSSE ignores custom truststore file
> --------------------------------------------------------
>
>                 Key: AS7-1680
>                 URL: https://issues.jboss.org/browse/AS7-1680
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: Web
>    Affects Versions: 7.0.1.Final
>            Reporter: Fabrizio Benedetti
>            Assignee: Remy Maucherat
>             Fix For: 7.0.2.Final
>
>   Original Estimate: 30 minutes
>  Remaining Estimate: 30 minutes
>
> HTTP connector with JSSE configuration and client authentication set to "true" or "want" ignores the attribute "ca-certificate-file" and loads the CAs only from standard JAVA truststore ($JAVA_HOME/jre/lib/security/cacerts).
> Class org.jboss.as.web.WebConnectorService in the section JSSE configuration (row 185) does not set the correct attribute "truststoreFile" in the connector protocol handler.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list