SSL Validation
I am a new person to Java. I am using PKCS12 files to perform SSL Validation (using JDK 1.6.0_01) and am receiving the following SSLHandshakeException:
sun.security.validator.ValidatorException: Extended key usage does not permit use for TLS client authentication.
Note: This is happening when my client and server are using different certs. If I use the same cert, of course, the handshake works. Also, if I use J2SDK 1.4.2_13, my SSL handshake is fine between the server and client, when using different certs for client and server!

