I am having a problem trying to get HTTPS to work within my MIDP 1.0 application. I am using the following code included below. The HTTPS site works fine from a browser and has a certificate so there is no security message when visiting the site. I have been using the new iDEN and Sun emulators, both of which support HTTPS. When I switch to an HTTP URL, the code works fine. According to Knudsen's book, if the handset/network support HTTPS
you should be able to use an HTTPS URL within an HttpConnection object. If anyone knows what the problem might be, please let me know. Thanks in advance.