Open
Bug 564403
Opened 15 years ago
Updated 3 months ago
Firefox won't import p12 - Failed to restore PKCS#12 for unknown reasons.
Categories
(Firefox :: Security, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: konrads.smelkovs, Unassigned)
References
Details
Attachments
(1 file)
15.83 KB,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100401 Ubuntu/9.10 (karmic) Firefox/3.5.9
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100401 Ubuntu/9.10 (karmic) Firefox/3.5.9
I concatenated cert and key into p12 using openssl:
openssl pkcs12 -export -nodes -info -in stress.pem -certfile alleme.pem -inkey privkey.pem -out aa.p12
Firefox then fails to import it with this error message: "Failed to restore PKCS#12 for unknown reasons."
Reproducible: Always
Steps to Reproduce:
1. Generate a p12 file.
2. Import p12
Actual Results:
error message: "Failed to restore PKCS#12 for unknown reasons."
Expected Results:
Cert + key imported into ff keystore
Comment 1•14 years ago
|
||
Same issue on Mac OS X 10.6.8.
Comment 2•13 years ago
|
||
p12 file & ca public keys
p12 file for import and ca public keys of our pre-production environment
Comment 3•13 years ago
|
||
Hello,
I'm Èric Antonell from technical area of CATCert, and we have the same problem. I I have tried to import p12 and failed for unknown reasons. My operating system is Windows VISTA SP2 32 bits. My attached is the p12 file that I try to import. The password is '1234'. Is a coding problem? In principle, it's encoded in TeletexString format. We must use UTF8 coding for the certificates? This error can occur for the fields accents? I need technical assistance, please, because most of p12 files that are generating can't be imported successfully.
Thanks and Best Regards,
Èric Antonell
Technical Department
CATCert - Agència Catalana de Certificació
Passatge de la Concepció, 11
08008 Barcelona
http://www.catcert.cat
Updated•2 years ago
|
Severity: normal → S3
Comment 4•4 months ago
|
||
Updated•3 months ago
|
Summary: Fireofox won't import p12 - Failed to restore PKCS#12 for unknown reasons. → Firefox won't import p12 - Failed to restore PKCS#12 for unknown reasons.
You need to log in
before you can comment on or make changes to this bug.
Description
•