Closed
Bug 445168
Opened 16 years ago
Closed 15 years ago
incorrect address format after CONNECT when using numeric IPv6 address and SSL through proxy
Categories
(Core :: Networking: HTTP, defect)
Core
Networking: HTTP
Tracking
()
RESOLVED
FIXED
mozilla1.9.3a2
People
(Reporter: visibilis, Assigned: Biesinger)
References
()
Details
Attachments
(1 file)
(deleted),
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9) Gecko/2008052906 Firefox/3.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9) Gecko/2008052906 Firefox/3.0
When connecting to e.g. https://[fd00::1]:1000 using a proxy, I see the following with tcpdump:
CONNECT fd00::1:1000
Squid will reply, that it cannot retrieve the URL: fd00:443.
IE sends this:
CONNECT [fd00::1]:1000
and it succeeds.
Reproducible: Always
Steps to Reproduce:
1. Set a proxy for https
2. Try to connect to a site using numeric IPv6 address and SSL
Actual Results:
The proxy replies with an error.
Assignee | ||
Updated•16 years ago
|
Component: General → Networking
Product: Firefox → Core
QA Contact: general → networking
Assignee | ||
Updated•15 years ago
|
Assignee: nobody → cbiesinger
Status: UNCONFIRMED → NEW
Component: Networking → Networking: HTTP
Ever confirmed: true
QA Contact: networking → networking.http
Assignee | ||
Comment 1•15 years ago
|
||
Attachment #426696 -
Flags: review?(bzbarsky)
Updated•15 years ago
|
Attachment #426696 -
Flags: review?(bzbarsky) → review+
Comment 2•15 years ago
|
||
Question:
// scope id is not needed for Host header.
int scopeIdPos = host.FindChar('%');
I thought '%' was used for zones in IPv6.
http://en.wikipedia.org/wiki/IPv6_address#Link-local_addresses_and_zone_indices
Assignee | ||
Comment 3•15 years ago
|
||
Yes, but the scope ID is only meaningful on the client. The client's scope ID is meaningless on the server.
Assignee | ||
Comment 4•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
OS: Windows XP → All
Hardware: x86 → All
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.3a2
Assignee | ||
Comment 5•15 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•