Closed
Bug 723898
Opened 13 years ago
Closed 11 years ago
FF10 now fails to load https://www.cjsm.net
Categories
(Core :: Security: PSM, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jpr, Unassigned)
References
Details
Referenced from https://support.mozilla.org/en-US/questions/917062
FF10 now fails to load https://www.cjsm.net. Works in FF9 and IE9. Fails on Chrome 18 as well. Hangs forever.
Comment 1•13 years ago
|
||
In case we changed something related to SSL renegotiation, openssl tells me this about the server:
Secure Renegotiation IS NOT supported
Manually sending the same headers as those that Firefox sends does work for me.
Updated•13 years ago
|
Keywords: regressionwindow-wanted
Comment 2•13 years ago
|
||
is this caused by bug 702111 ?
Reporter | ||
Comment 3•13 years ago
|
||
Could be, https://support.mozilla.org/en-US/questions/917019 could also be the same thing.
Updated•13 years ago
|
Comment 4•13 years ago
|
||
IE9, Google Chrome, Chrome Canary, and FF10 all have the same behavior.
It is caused by the 1/(n-1) record splitting that we are all doing now. I verified this by running Firefox with NSS_SSL_CBC_RANDOM_IV=0 set in the environment so that the site would load, and then running Firefox again without NSS_SSL_CBC_RANDOM_IV=0 in the environment to see it fail.
Component: Networking → Security: PSM
QA Contact: networking → psm
Comment 5•13 years ago
|
||
> IE9, Google Chrome, Chrome Canary, and FF10 all have the same behavior.
For IE9, that doesn't match comment 0.....
Comment 6•13 years ago
|
||
IE users would have to apply security update MS12-006 in order to see the same effect.
Comment 7•11 years ago
|
||
The site seems to load fine for me on Beta 25 and IE11 Release Preview... Resolve as WORKSFORME?
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•