Hi All:: If you've seen any of my other posts, I've solved the basic authentication for my kSOAP application and I'm now trying to get SSL to work. I've written a transport class (HttpsTransport) that I use in place of kSOAP's HttpTransport.. To test, I setup a simple SOAP service on my Tomcat server and enabled SSL (using java's keytool) .. now, remember my SSL was generated locally and therefore not signed by a real "certificate authority" (which probably explains my error) : javax.microedition.pki.CertificateException: Certificate was issued by an unrecognized entity Does anyone know how to get around this? In my HttpsTransport class, I specified this at the end of the URL: "CertificateErrorHandling=warn;HandshakeCommentary=on" Is this the correct format ? Anyone know other options? Any help would be greatly appriciated.. and of coarse any advancement made (basic auth and/or SSL) will be contributed back to kSOAP if desired.. Thanks! ..the Monk. __________________________________ Do you Yahoo!? Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html |