Hi
i want to read and write the data to the another application running on tomcat server using HTTPS from midlet.
i have configure the tomcat server for https.
when i try to connect from my midlet i got the following exception.
javax.microedition.pki.CertificateException: Certificate was issued by an unrecognized entity
at com.sun.midp.ssl.X509Certificate.verifyChain(+64)
at com.sun.midp.ssl.Handshake.parseChain(+111)
at com.sun.midp.ssl.Handshake.rcvCert(+114)
at com.sun.midp.ssl.Handshake.doHandShake(+96)
at com.sun.midp.ssl.SSLStreamConnection.<init>(+173)
at com.sun.midp.ssl.SSLStreamConnection.<init>(+12)
at com.sun.midp.io.j2me.https.Protocol.connect(+214)
at com.sun.midp.io.j2me.http.Protocol.streamConnect(+57)
at com.sun.midp.io.j2me.http.Protocol.startRequest(+12)
at com.sun.midp.io.j2me.http.Protocol.sendRequest(+38)
at com.sun.midp.io.j2me.http.Protocol.flush(+36)
at com.sun.midp.io.BaseOutputStream.flush(ConnectionBaseAdapter.java:724)
my midlet is also signed midlet.

Reply With Quote


