[esb-issues] [JBoss JIRA] Closed: (JBESB-3504) quickstart_proxy_security fails with SunCertPathBuilderException: unable to find valid certification path to requested target

Kevin Conner (JIRA) jira-events at lists.jboss.org
Fri Oct 15 05:28:39 EDT 2010


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

Kevin Conner closed JBESB-3504.
-------------------------------

    Resolution: Done


This specific issue has been addressed by allowing the Protocol to be overridden in the connection manager, but only if the scheme is the same as that configured.

Fixing this does highlight an issue with our HttpClient integration however, as we currently only support configuration of one scheme.  We should revisit this at some point to enable per host/scheme configuration within a deployment.

Updated in revision 35532.

> quickstart_proxy_security fails with SunCertPathBuilderException: unable to find valid certification path to requested target
> -----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: JBESB-3504
>                 URL: https://jira.jboss.org/browse/JBESB-3504
>             Project: JBoss ESB
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Web Services
>    Affects Versions: 4.9
>            Reporter: Kevin Conner
>            Assignee: Kevin Conner
>             Fix For: 4.9 CP1
>
>
> The reason this fails is that the factory configured in the Protocol is always replaced by the HttpClient when it executes the following line.
>                 hostconfig.setHost(uri);
> Any defined protocol-socket-factory is then ignored, with the factory defaulting to the underlying Protocol configuration.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the esb-issues mailing list