How to turn off the SSL certifacte authentication in JAXWS
843811Feb 7 2007 — edited May 3 2007I am connecting to a local web service using JAXWS (Java 6) over https. Does anybody know if there is a way to turn off the SSL certificate autentication for such a connection ?
Disabling it will save me a lot of hassle related to keys/certificates on the client.
I am always connecting to a local web service of which authenticity I am sure thus I dont need the certificate handshake. I still want the encrypted SSL tunnel though.
cheers