Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.2.3
-
None
Description
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.