[android-developers] Re: https connection problem

2010-02-20 Thread jotobjects
What actual change did you make to the server?  The link you provided
is for MSIE client connections so it is not clear what change you made
for Android client connections.

Also have you created an Android bug with this information?  Your case
should be reproducible if you provide details about the server version
and configuration.

On Feb 12, 2:02 pm, Michael Rueger mike.rue...@gmail.com wrote:
 On 2/12/2010 6:27 PM, social hub wrote:

  What did u see in wireshark. is this your test server. do you have any
  specific details about the server side

 ok, the idea with the server side pointed me in the right direction.
 Sort of...

 I found notes about connection problems with older IE versions:

 http://httpd.apache.org/docs/2.2/ssl/ssl_faq.html#msie

 So adding these settings to my test server seems to solve the problem.

 It still looks like a bug in the Android SSL stack to me.

 Thanks again for helping out!

 Michael

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: https connection problem

2010-02-20 Thread Michael Rueger

On 2/20/2010 6:53 PM, jotobjects wrote:

What actual change did you make to the server?  The link you provided
is for MSIE client connections so it is not clear what change you made
for Android client connections.


Oh, right, I actually meant to post that using
ssl-unclean-shutdown

is enough to make it work.
In my case I added
SetEnvIf User-Agent .*test-ssl.* ssl-unclean-shutdown

as the test program I posted used that as the agent string.


Also have you created an Android bug with this information?  Your case


Good point, will do.


should be reproducible if you provide details about the server version
and configuration.


Apache/2.2.8 (Ubuntu)


Michael

--
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en