Closed
Bug 947591
Opened 12 years ago
Closed 12 years ago
Firefox SNI error on idle
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 728715
People
(Reporter: christian.huegel, Unassigned)
Details
(Whiteboard: [bugday-20131209])
User Agent: Mozilla/5.0 (Linux; Android 4.2.2; Gigaset QV1030 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.59 Safari/537.36
Steps to reproduce:
I have a Apache 2.2 openssl 1.x server with SNI support enabled. This works with about 6 SSL sites without a problem
Actual results:
Now when I access the site with Firefox 25 the certificate is valid as expected. But when I idle a couple of minutes on the site and try to open a page on that site, FF tells me something is wrong with the certificate. If I take a closer at the error message, I can see that the certificate is correct. So why is FF reporting a wrong certificate if the certificate is correct?
Expected results:
FF should not have a problem with sni on a SSL site when idle. I have tested this with chrome and IE and none showed the issue reported above.
Reporter | ||
Updated•12 years ago
|
Summary: Firefox SNI error in idle → Firefox SNI error on idle
Reporter | ||
Comment 1•12 years ago
|
||
I fugured this out. This had to do with the SSLSessionCache directive in apache. Here's more info about it:
https://issues.apache.org/bugzilla/show_bug.cgi?id=52703
https://bugzilla.mozilla.org/show_bug.cgi?id=728715
![]() |
||
Updated•12 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Whiteboard: [bugday-20131209]
You need to log in
before you can comment on or make changes to this bug.
Description
•