Thank you for your inputs. Update :
I was able to install tPacketCapture on Android device to capture packets and then use WireShare to inspect the pcap file. It turns out that the Server itself does not enable Session Caching (neither session ID nor Session tickets were being returned in handshake). I will try communicating with a different server that has Session Caching enabled and validate if our HTTPClient setup is enabling SSL session reuse through SSLContext. On Apr 16, 2015 5:17 PM, "Stefan Magnus Landrø" <[email protected]> wrote: > Can't you just run wireshark and run the android app in an emulator on > your own computer to capture a tcpdump? > > Sendt fra min iPhone > > > Den 16. apr. 2015 kl. 15.40 skrev Ryan Fulghum <[email protected] > >: > > > > Thanks for your inputs. I'll inspect the HttpContext /connection logs. > > > > Not sure if we can get TCP dump from server though; > > On Apr 15, 2015 3:07 PM, "Stefan Magnus Landrø" <[email protected] > > > > wrote: > > > >> A tcpdump from the server would help too > >> > >> Sendt fra min iPhone > >> > >>> Den 15. apr. 2015 kl. 19.48 skrev Oleg Kalnichevski <[email protected] > >: > >>> > >>> On Wed, 2015-04-15 at 13:38 -0400, Ryan Fulghum wrote: > >>>>> Are you using mutual SSL authentication by any chance? > >>>> > >>>> I don't think so. This is an Android client relying on root > certificates > >>>> stored in cacert.bks file on the Android file system, to identify the > >>>> server. Server is using certificate issued by a CA. We do not pass any > >>>> client certificate explicitly. > >>> > >>> Are you using the official HttpClient Android port or a custom > >>> HttpClient package? In any case a wire / context log of the session > >>> would really help. > >>> > >>> Oleg > >>> > >>> > >>> > >>> --------------------------------------------------------------------- > >>> To unsubscribe, e-mail: [email protected] > >>> For additional commands, e-mail: [email protected] > >>> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [email protected] > >> For additional commands, e-mail: [email protected] > >> > >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
