Closed
Bug 347831
Opened 18 years ago
Closed 18 years ago
addons is sometimes triggering SSL_ERROR_INTERNAL_ERROR_ALERT (-12188)
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: mrz)
References
()
Details
SSL_ERROR_INTERNAL_ERROR_ALERT -12188 "Peer reports it experienced an internal error."
It doesn't always.
Assignee | ||
Updated•18 years ago
|
Assignee: server-ops → mrz
Assignee | ||
Comment 1•18 years ago
|
||
Under investigation.
Comment 2•18 years ago
|
||
I got the same error message today when accessing b.m.o.
Assignee | ||
Comment 3•18 years ago
|
||
Changed the SSL session state method.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Comment 4•18 years ago
|
||
Matthew, what does that mean?
Can we (SSL folks) review the changes, whatever they were?
Assignee | ||
Comment 5•18 years ago
|
||
(In reply to comment #4)
> Matthew, what does that mean?
> Can we (SSL folks) review the changes, whatever they were?
I don't know if this really applies - the load balancer was using "ssl session id" which requires CPU/memory resources on the load balancer. The number of unique visitors was causing a an SSL session leak and at that point was refusing new SSL sessions (or rather, wouldn't negotiate new ones).
I changed the session state to "cookie insert" - the load balancer sets a cookie that it later uses to figure out your session. This puts the load on to the client browser instead of the load balancer (and when I say load I mean "load" since it's just a cookie).
- mz
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•