Closed
Bug 598015
Opened 15 years ago
Closed 15 years ago
Support custom servers with self-signed certificates
Categories
(Cloud Services Graveyard :: Firefox Home, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 591520
People
(Reporter: st3fan, Assigned: st3fan)
Details
FxHome does not support self-signed certificates for custom servers. This is a common scenario for people running their own server.
Supporting self-signed certificates will require some refactoring of the network code. Currently synchronous calls are made in a separate thread. Those synchronous calls have no way to support ssl exceptions. Only the async calls (NSURLConnection + delegate) can do that.
| Assignee | ||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Updated•15 years ago
|
Summary: Support self-signed certificates → Support custom servers with self-signed certificates
Updated•6 years ago
|
Product: Cloud Services → Cloud Services Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•