[android-developers] Re: Problematic HTTPS Posts, help needed

2010-02-01 Thread Siarhei Dudzin
Just to let you know I also had problems with URLConnection when using https. Eeentually I had to switch to http client wich works fine. Regards, Siarhei On Jan 29, 8:32 pm, Kai kai.umez...@hotmail.jcom wrote: Thank you very much for those suggestions, I will definitely take a look at them.

[android-developers] Re: Problematic HTTPS Posts, help needed

2010-01-29 Thread Kai
Thank you very much for those suggestions, I will definitely take a look at them. Have your worked at all with httpS though? and if so, are there any differences in the implementation. As mentioned in the original post, I have no problem getting HTTP to work, it is only when I switch to HTTPS

[android-developers] Re: Problematic HTTPS Posts, help needed

2010-01-27 Thread WoodManEXP
Hello, I have done a lot of work with the Android communicating via http, Get and Post, with servers. Most of it seems to work pretty much the same as the org.apache.http.* libraries on other platforms (which is in itself pretty neat!). Couple of things that might be helpful - Do the http work