> 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 I am not a java security expert, nor a J2ME expert, so don't look at this as the definite answer... but for this (on Java2SE) I would give a look at java "policytool"... maybe you can set the local KVM to accept you as a certified entity... or maybe you have to load yourself as a trusted certification authority... Otherwise IIRC Thawte should have a "personal free email certification" program for getting certificates without paying $$$. > 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.. Monk, you would be my personal saviour if you published that code. I really really hope this helps. |