/* Gives applications knowledge of client certificate */ System.setProperty("javax.net.ssl.keyStore", mycert.p12); System.setProperty("javax.net.ssl.keyStoreType", "pkcs12"); System.setProperty("javax.net.ssl.keyStorePassword", password);
Make sure you have the server ask for the Client cert. On Fri, 4 Feb 2005, Joaco wrote: > Hi > I need Client Certificate, to authentic a Client. > I know how to set up a certificate in Server side to authentic a Server > , but I donīt know how to use a client certificate to authentic Client. > It is possible in axis ? > There are an other options to authentic a Client but not whit password ? > Someone can help me pls? > > Thanks > Joaquin > > > >