• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

A problem of https in Wireless Toolkit beta 2.0

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am using J2ME Wireless Toolkit 2.0 to get a https connection. When I tried to use statement "hs_conn = (HttpsConnection)Connector.open(url);"
to get a connection to my server. url is varible here and has something like "https:\\129.173....". I got a meessage in the default color phone say
===============================================
"Client wants to send information. Here no problem. This will require the use of airtime which may cost you money. is it ok" then four items follows the message,
1�B Yes,always. Don't ask again.
2�BThis time.Ask me next time.
3�BNot this time. Ask me next time.
4�BNo.Shut off Remote
then an "ok" at the right bottom of screen. I pressed the ok button(it is exactly below the ok). The default color phone is frozen. then the WTK doesn't response anymore. this program would connect to a server through the https protocol..
Does somebody have experience on it and give me a hand
thanks a lot
Eric
 
reply
    Bookmark Topic Watch Topic
  • New Topic