I'm attempting what should be easy client certificate
authentication. Once authenticated, via the cert, I will then
present a login page for the rest of the authentication process.
The client.p12 was imported into firefox, and also into my
certificates in keychain.app.
However, neither safari, nor firefox can authenticate correctly with
the cert. I always get an exception trying to trust the cert which
should be trusted as I imported it in my keystore.
or Safari:
javax.net.ssl.SSLHandshakeException:
sun.security.validator.ValidatorException: No trusted certificate found
com.sun.net.ssl.internal.ssl.BaseSSLSocketImpl.a:-1
.
.
.
java.io.BufferedInputStream.read:277
java.io.FilterInputStream.read:90
Any ideas on what I am missing? I trust the server cert in the
browser, then the client cert presented appears to either be null, or
invalid.
Thanks,
Ben
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden