Closed
Bug 62652
Opened 25 years ago
Closed 14 years ago
"secure" should be included in statustext when dealing with https
Categories
(Core :: Networking: HTTP, defect)
Core
Networking: HTTP
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: bugzilla, Unassigned)
Details
If you go to hotmail.com and try to log in, the browser with try to contact a
https:// server.
It could be nice if the status bar would say:
"Resolving secure host"
instead of just:
"Resolving host"
this way you would be able to tell if there's gonna be problems because of the
missing psm.exe...
Comment 1•25 years ago
|
||
Yeah.. there are a bunch of things that we could do to better inform the user
about PSM. This is one of them. Thanks!
| Reporter | ||
Comment 2•25 years ago
|
||
A more general bug now:
"Sending request to"
should also be changed to:
"Sending secure request to"
etc...
Summary: "Resolving host" should be "Resolving secure host" when dealing with https → "secure" should be included in statustext when dealing with https
Updated•25 years ago
|
Target Milestone: --- → Future
Comment 3•19 years ago
|
||
-> default owner
Assignee: darin → nobody
QA Contact: tever → networking.http
Target Milestone: Future → ---
Updated•19 years ago
|
Priority: P3 → --
Comment 4•14 years ago
|
||
(DNS) Resolving is independent from the used protocol.
Why should we add it ?
Comment 5•14 years ago
|
||
HTTPS isn't necessarily secure, because transport-layer security is only one aspect of security. Consequently, we can't call something "secure" just because it is using TLS.
Also, comment 4 is correct; DNS is independent of TLS.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•