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.

Reply via email to