Hello,

how to produce a java-soap client using ssl w/o client-certificate
(HTTPS)?
It is no problem for me to create a SOAP client using HTTP, but I'm new
in security things and search for some help to be getting started.

The Apache SOAP Doc says:
(OK is no problem for me, ?? big question for me).

OK: import javax.net.ssl.SSLSocketFactory;
OK: import java.security.Security;
??:
System.setProperty("javax.net.ssl.trustStore","C:\\jdk1.3\\bin\\client.keystore");
//: Do I need that if I don't woant Client Certificates??
OK:
System.setProperty("java.protocol.handler.pkgs","com.sun.net.ssl.internal.www.protocol");
OK: Security.addProvider(new com.sun.net.ssl.internal.ssl.Provider());

Do I need the trustStore / client.deystore??? - if I don't want
clientside authentication?

Thank you
Hartmut

Reply via email to