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.