Hi there I have a https listener running, supporting many clients. How ever one client cannot connect. I ran a network capture and got following. Can anyone advise what problem is? Is it something to so with cipher suites? I really appreciate any help here. Lost several days on this already. asked 11 Jan '16, 08:08 edmondH |
FYI: the screenshot is not visible.
Furthermore, it's almost impossible to do packet analysis based on screenshots. Please upload the pcap file somewhere (google drive, dropbox, etc.) and post the link here.
sorry... here is screen shot
Hi Kurt
Thanks for your help. Can u access it here?
https://drive.google.com/open?id=0B4e9GWrGlxl3azFMUnRpcl9KVkk
It looks like the conversation breaks down after packet 39 where you attempt the TLSv1 handshake. Is your application using TLSv1 or a different version such as TLSv1.2, etc? From this first look I would guess it's due to TLS versioning or your ciphers.