You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2009/08/27 17:08:59 UTC

[jira] Created: (CXF-2406) HttpsToken RequireClientCertificate not working

HttpsToken RequireClientCertificate not working 
------------------------------------------------

                 Key: CXF-2406
                 URL: https://issues.apache.org/jira/browse/CXF-2406
             Project: CXF
          Issue Type: Bug
          Components: WS-* Components
    Affects Versions: 2.2.3
            Reporter: Daniel Kulp
            Assignee: Daniel Kulp
             Fix For: 2.2.4


HttpsToken RequireClientCertificate=true has several issues:

1) On Java 5 - it's not processed at all.  The runtime is always assume RequireClientCertificate=false

2) On Java 6 - it's trying to check if the Peer certs are available before the connection is made and an exception is being raised. 




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CXF-2406) HttpsToken RequireClientCertificate not working

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-2406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp resolved CXF-2406.
------------------------------

    Resolution: Fixed

> HttpsToken RequireClientCertificate not working 
> ------------------------------------------------
>
>                 Key: CXF-2406
>                 URL: https://issues.apache.org/jira/browse/CXF-2406
>             Project: CXF
>          Issue Type: Bug
>          Components: WS-* Components
>    Affects Versions: 2.2.3
>            Reporter: Daniel Kulp
>            Assignee: Daniel Kulp
>             Fix For: 2.2.4
>
>
> HttpsToken RequireClientCertificate=true has several issues:
> 1) On Java 5 - it's not processed at all.  The runtime is always assume RequireClientCertificate=false
> 2) On Java 6 - it's trying to check if the Peer certs are available before the connection is made and an exception is being raised. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.