Re: SSL websocket server, part two
Re: SSL websocket server, part two
- Subject: Re: SSL websocket server, part two
- From: "Quinn \"The Eskimo!\"" <email@hidden>
- Date: Tue, 11 Nov 2014 09:45:49 +0000
On 11 Nov 2014, at 01:40, Mitchell Laurren-Ring <email@hidden> wrote:
> It looks to me like the client’s SSL stack is ending the conversation early by setting the FIN flag in step #7. Is that a correct conclusion?
Yes, but the weird part is that, at the time it initiates the disconnect (packet 7), the client hasn't received any actual data from the server. Normally, if the client is going to drop a connection like this, it does so /after/ receiving some data from the server (like the Server Hello) but in this case the client is dropping the connection before receiving any data.
What does the timing look like here? Perhaps the client is failing because the server hasn't responded quickly enough?
Share and Enjoy
--
Quinn "The Eskimo!" <http://www.apple.com/developer/>
Apple Developer Relations, Developer Technical Support, Core OS/Hardware
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden