Closed
Bug 959300
Opened 12 years ago
Closed 12 years ago
Firefox throws SSL Cert Error for non-normalized Google+ URL (trailing dot)
Categories
(Core :: Security: PSM, defect)
Core
Security: PSM
Tracking
()
RESOLVED
DUPLICATE
of bug 134402
People
(Reporter: bkerensa, Unassigned)
Details
Attachments
(1 file)
178.99 KB,
image/png
|
Details |
What happened: When going to https://plus.google.com./ am displayed an SSL Certificate error saying a valid certificate does not exist yet it then explains one is available for *.google.com
http://tools.ietf.org/search/rfc6125 seems to cover best practices for this area and I'm unsure whether this is a bug or an intended response. I know that Chrome handles the situation differently and normalizes the URL.
Comment 1•12 years ago
|
||
The domain you linked to is "plus.google.com.". Note the extra period on the end, which as far as DNS goes is perfectly valid. Also notice that "*.google.com", does not match an extra period on the end.
Maybe the right thing to do in this case is to strip out that last period, since it is kind of a silly side-effect of how DNS works, but IMO the SSL error is valid.
Reporter | ||
Comment 2•12 years ago
|
||
Yeah the discussion came up here if you are interested https://plus.google.com/u/0/105660309458564946897/posts/8rHJ2P3swfd
Firefox appears to be the only one to throw up an SSL error while imho it should error in another way or normalize the URL on the fly.
Reporter | ||
Comment 3•12 years ago
|
||
Safari and IE notably probably have the best behavior which is to allow Google's error which is "The page you requested is invalid."
Updated•12 years ago
|
Component: Untriaged → Security: PSM
Product: Firefox → Core
Summary: Firefox throws SSL Cert Error for non-normalized Google+ URL → Firefox throws SSL Cert Error for non-normalized Google+ URL (trailing dot)
![]() |
||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•