answering to my own post, for whom it may concern.
Turns out in the ksoap HttpTransportSE setup the innocent looking line
connection.setRequestProperty("Connection", "close");
seems to be the culprit. Removed it, now it seems to work.
Don't know why exactly (although I have an idea). No amount of deep
debugging into ssl classes let me see where exactly that goes wrong.
Any more insight would be appreciated.
Michael
On 2/11/2010 7:41 PM, Michael Rueger wrote:
Hi all,
I'm using ksoap over https to request data from a server.
It works fine, but only every other time!
Looking at the traffic with wire shark it seems that on every other
request something goes wrong with the ssl traffic/handshake (data
doesn't even get sent except for an fc-fault coming back).
Doing the same requests using curl the server always responds fine and
afaik the iPhone version of the programm also doesn't seem to have any
problems with the server.
Anybody any ideas?
Michael
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en