Thunderbird UI should report rejected SSL/TLS connections
Categories
(MailNews Core :: Networking, enhancement)
Tracking
(Not tracked)
People
(Reporter: rimas, Assigned: KaiE)
References
Details
(Keywords: regression)
| Reporter | ||
Comment 1•10 years ago
|
||
| Reporter | ||
Updated•10 years ago
|
Comment 3•7 years ago
|
||
Comment 4•7 years ago
|
||
| Assignee | ||
Comment 5•6 years ago
|
||
IMHO Thunderbird should display a notification in the user interface whenever a SSL/TLS connection is rejected.
In the past, we had an error notification popup dialog in the common Mozilla networking code.
However, that popup did occur in some unwanted scenarios, for example, when a firefox browser tab was closed quickly. This caused a network connection to terminate early, and the security networking code incorrectly concluded there's a problem with the security level.
Ideally, we'd have a notification API in the SSL/TLS networking code, which triggered a notification whenever we deliberatly terminate a connection, because the security parameters are deemed insecure. Then Thunderbird could watch for those alerts, and have just one location where we handle it.
Unfortunately, a couple of years ago, the Mozilla core developers refused such a general callback. (We could try to ask again.)
Without such an API, we'd have to touch every place in Thunderbird that implements network connections, and add the appropriate handlers. Potentially we'll have to do that anyway, because of bug 1547096.
Once we have implemented a way to catch those notifications, we'll also need to decide how those errors shall be reported in the user interface. It might be difficult to find an answer that fits all scenarios, as these kind of errors could be triggered from network connections of any purpose, like mail retrieval, sending, rss feeds, chat server connections, ...
| Assignee | ||
Updated•6 years ago
|
Updated•3 years ago
|
Description
•