I'm new to this list but I have a relatively simple question: I was wondering when a patch would be available for "Bug 3303 - Problem with fragmentation at the SSL record layer"? Is it targeted at a particular release? If not, is there any beta code that I can test? I am working on an application where I need to be able to decrypt the traffic from a browser to another server. I have downloaded the source and have applied the patch for "Bug 3343" but need the fix for 3303 so that I can decrypt the pkts. Any help would be greatly appreciated. Thanks, Tom asked 14 Oct '10, 15:08 Tom S |
One Answer:
Tom, The problem in bug 3303 occurs only under very rare circumstances. Most references to that bug were actually caused by other things. The most common problems with decryption of SSL traffic are:
Please have a look at a presentation I gave at Sharkfest (PPT or Video) about troubleshooting SSL for more information. If you still feel you are running into bug 3303, please attach a tracefile to the bugreport and if possible, attach the key there as well. answered 14 Oct '10, 22:58 SYN-bit ♦♦ |
Thank you for the response.
From looking at the Server Hello, it appears that the cipher being used is TLS_RSA_WITH_RC4_128_MD5.
From talking to one of the other engineers here, we had already disabled the DH ciphers for the reasons you mentioned above.
I have not had a chance to watch the video but I will do so when I have time.
Not sure if I am running into 3303 or something else. I will post the trace and the keys later today.
Thanks,
Tom