What configuration steps are required for HTTPS, is it the same tunneling protocol as in HTTP?
On MIDP, HTTP and HTTPS are used in the same way – you only need to change your URL from “http:” to “https:”. The underlying iBus//Mobile implementation is also identical for HTTP and HTTPS. The specific steps required to enable HTTPS in MIDP, are described at length in the Online Documentation -> “MIDP-Specific Notes” -> “Installation Notes” On Applets, you would use the browser for the HTTPS connection. On J2SE or Personal Java, you need to set up your own PKI to use HTTPS.