Hi I am making an application which has j2me in client side and dotnet on server side. I need to make an https connection to post to and fetch data from the server. Can anyone help? I tried searching on the net but i cannot find much on internet about establishing https connection. Can anyone explain or reccommend a website??
+3
A:
If you had problems finding J2ME HTTPS examples, this is a nice article.
kgiannakakis
2009-07-07 07:34:15
thats just the kind of thing i was looking for.thankx a lot!!
pujakhemka
2009-07-07 15:18:24
A:
Possible causes of https not working is because the server does not have a valid certificate. Try catching exceptions in the part where you make the connection.
Ram
2009-07-07 13:13:11
tried that...IO Exception is being thrown.It seems the certificate is not being recognised.
pujakhemka
2009-07-08 17:40:55