Closed
Bug 704979
Opened 14 years ago
Closed 14 years ago
Firefox erroneously reports "Wrong Site" for valid wildcard SSL certificate
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: Bugzilla-Mozilla, Unassigned)
Details
Attachments
(1 file)
|
98.00 KB,
image/jpeg
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20100101 Firefox/8.0
Build ID: 20111104165243
Steps to reproduce:
Went to https://ll.www.utorrent.com/login.php
Actual results:
Got a SSL Exception message. When investigating the issue, it reports the problem as "Wrong Site", despite the certificate being a perfectly valid wildcard cert of "*.utorrent.com".
Expected results:
No exception message, just normal acceptance of the SSL cert and continued browsing.
Comment 1•14 years ago
|
||
is rfc 2818 applicable?
Matching is performed using the matching rules specified by
[RFC2459]. If more than one identity of a given type is present in
the certificate (e.g., more than one dNSName name, a match in any one
of the set is considered acceptable.) Names may contain the wildcard
character * which is considered to match any single domain name
component or component fragment. E.g., *.a.com matches foo.a.com but
not bar.foo.a.com. f*.com matches foo.com but not bar.com.
Comment 2•14 years ago
|
||
"*.utorrent.com" doesn't match "ll.www.utorrent.com".
see bug 159483 for more information
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•