users@glassfish.java.net

Re: Peer's public key is invalid. certutil

From: <glassfish_at_javadesktop.org>
Date: Wed, 24 Dec 2008 02:21:57 PST

Server Side steps are fine. But before going to the client side do the following on the server :

pk12util -o cacert.p12 -n SSLTestCA

Now on client side :

pk12util -i cacert.p12 -n SSLTestCA

Now continue with the rest of the steps (omit your step of copying the CA cert and exporting it to client DB).

Let us know if that helped.
[Message sent by forum member 'kumarjayanti' (kumarjayanti)]

http://forums.java.net/jive/thread.jspa?messageID=323200