0

In my lwuit project I use secured channel, since I use secured channel my j2me emulator open my app which connects with secured channel and throws an error stating Sorry. Your phone does not have appropriate certificate to make connection with the server.

How can I compile with secured channel in my j2me emulator is there any way out to solve this problem?

gnat
  • 6,213
  • 108
  • 53
  • 73
Varun
  • 79
  • 6
  • did you check the emulator documentation? User guide etc. If memory serves WTK / Java ME SDK docs have dedicated sections describing how to get certificates for testing purposes – gnat Jan 09 '13 at 08:14

1 Answers1

1

Some newer certificates just aren't available on old phones. E.g. facebook/twitter use new certificates that aren't available on older devices.

Shai Almog
  • 51,749
  • 5
  • 35
  • 65