Closed
Bug 318612
Opened 19 years ago
Closed 18 years ago
Complaints about invalid ssl cert with very large ssl certs (16384 bits in this case) Error Code: -8182
Categories
(Core :: Security: PSM, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 372628
People
(Reporter: bamcpher, Assigned: KaiE)
References
()
Details
Attachments
(1 file)
13.92 KB,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050922 Firefox/1.0.7 (Debian package 1.0.7-1)
Build Identifier: Mozilla/5.0 (Windows U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20051201 Firefox/1.6a1
I'm running a 16384 bit RSA key on my Apache2 server, and It cannot be connected to with Firefox on any system, Firefox always gives this:
Could not establish an encrypted connection because certificate presented by fxserver.resnet.mtu.edu is invalid or corrupted. Error Code: -8182
I've tried it with openssl s_client, and it outputs:
New, TLSv1/SSLv3, Cipher is DHE-RSA-AES256-SHA
Server public key is 16384 bit
so I know that the key is good.
It also works in Internet Explorer, so I know that it's not just because of the length.
Reproducible: Always
Steps to Reproduce:
1. Attempt to connect to https://fxserver.resnet.mtu.edu/
Actual Results:
Could not establish an encrypted connection because certificate presented by fxserver.resnet.mtu.edu is invalid or corrupted. Error Code: -8182
Expected Results:
Connect and display the website successfully
Note: This server will not be up after December 13th until Early January.
Arrangements can be made to obtain the key from me if necessary.
Updated•19 years ago
|
Assignee: nobody → kengert
Component: General → Security: PSM
Product: Firefox → Core
QA Contact: general
Version: unspecified → Trunk
Comment 1•19 years ago
|
||
Updated•18 years ago
|
QA Contact: psm
Possibly similar to Bug 384273, although the error code is different
This should be resolved as a duplicate of Bug 372628, since it's due to the (deliberate) upper limit for the size of RSA keys, which is currently at 8192 bits.
Assignee | ||
Comment 4•18 years ago
|
||
Thanks Kaspar.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•