You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Sean Leblanc <Se...@e-infodata.com> on 2003/02/03 19:09:05 UTC

Questions about SSL

I'm starting to wonder if my "bad request to server" error is being
generated by not having SSL configured correctly.
 
I do call 
System.setProperty("java.protocol.handler.pkgs",
"com.sun.net.ssl.internal.www.protocol");
java.security.Security.addProvider(new
com.sun.net.ssl.internal.ssl.Provider());
 
and I have the necessary jars (jsse.jar, etc) in my path. However, I have
not exported the server's certificate or the like.
Do I need to do that? And if so, how? I don't run the server that runs the
web services.
 
Cheers,
Sean LeBlanc
This e-mail, including attachments, is intended for the person(s) or company
named and may contain confidential and/or legally privileged information.
Unauthorized disclosure, copying or use of this information may be unlawful
and is prohibited. If you are not the intended recipient, please delete this
message and notify the sender.