Mailing List Archive

IPv6 address on Safari 8
Hi,

some customers report they can't open certain IPv6 addresses using
Safari Version 8.0 (10600.1.25) on OSX Yosemite Version 10.10 (14A389).

If an address starts with 2A02 Safari complains 'can’t open
“[2a02:ed8:4444::8]” because the first part of its address is not valid'.

Everything works for example with
http://[2001:200:dff:fff1:216:3eff:feb1:44d7]

any comments and suggestions are welcome

thank you
--
antonio
Re: IPv6 address on Safari 8 [ In reply to ]
On 2014-10-27 09:43, Antonio Prado wrote:
> Hi,
>
> some customers report they can't open certain IPv6 addresses using
> Safari Version 8.0 (10600.1.25) on OSX Yosemite Version 10.10 (14A389).
>
> If an address starts with 2A02 Safari complains 'can’t open
> “[2a02:ed8:4444::8]” because the first part of its address is not valid'.
>
> Everything works for example with
> http://[2001:200:dff:fff1:216:3eff:feb1:44d7]
>
> any comments and suggestions are welcome

Works here on Yosemite/OSX:
8<-------------------------------------
<p class="error-message">Safari can’t open the page
“https://[2a02:ed8:4444::8]” because the server where this page is
located isn’t responding.</p>
------------------------------------->8

The bigger question though is why folks need RAW addresses; this magical
DNS thing is amazing, try it.

Greets,
Jeroen
Re: IPv6 address on Safari 8 [ In reply to ]
> On 27 Oct 2014, at 08:43, Antonio Prado <aprado@topnet.it> wrote:
>
> Hi,
>
> some customers report they can't open certain IPv6 addresses using
> Safari Version 8.0 (10600.1.25) on OSX Yosemite Version 10.10 (14A389).
>
> If an address starts with 2A02 Safari complains 'can’t open
> “[2a02:ed8:4444::8]” because the first part of its address is not valid'.
>
> Everything works for example with
> http://[2001:200:dff:fff1:216:3eff:feb1:44d7]
>
> any comments and suggestions are welcome
>
> thank you
> --
> antonio


I’m seeing that. OS X 10.10 Yosemite and Version 8.0 (10600.1.25).



When I changed it to http://[2a02:0ed8:4444:0::8] it worked (inserted an extra zero at the end).

Got an “Apache is functioning normally” connection.


Ross
Re: IPv6 address on Safari 8 [ In reply to ]
On 10/27/14 10:03 AM, Jeroen Massar wrote:
> Works here on Yosemite/OSX:
> 8<-------------------------------------
> <p class="error-message">Safari can’t open the page
> “https://[2a02:ed8:4444::8]” because the server where this page is
> located isn’t responding.</p>
> ------------------------------------->8

hi,

I see an extra s there, retry as http

> The bigger question though is why folks need RAW addresses; this magical
> DNS thing is amazing, try it.

yeah, what uneducated users, huh?
--
antonio
Re: IPv6 address on Safari 8 [ In reply to ]
On 10/27/14 10:06 AM, Ross Chandler wrote:
> When I changed it to http://[2a02:0ed8:4444:0::8] it worked (inserted
> an extra zero at the end).

ross,

that's quite weird because trying a different address already filled
with zeroes, Safari complains about the first part of the address
http://[2a02:cdc5:9715:0001:0250:56ff:fe87:0a86]

--
antonio
Re: IPv6 address on Safari 8 [ In reply to ]
On 2014-10-27 10:22, Antonio Prado wrote:
> On 10/27/14 10:03 AM, Jeroen Massar wrote:
>> Works here on Yosemite/OSX:
>> 8<-------------------------------------
>> <p class="error-message">Safari can’t open the page
>> “https://[2a02:ed8:4444::8]” because the server where this page is
>> located isn’t responding.</p>
>> ------------------------------------->8
>
> hi,
>
> I see an extra s there, retry as http

Force of habit.

Indeed, seems that that with http://... it fails.
It does not even bother to do any network actions.

Very silly that it does work for https://. Wonder what kind of bug is
causing that.

Interesting. You'll have to file a RADAR bug for that one.

>> The bigger question though is why folks need RAW addresses; this magical
>> DNS thing is amazing, try it.
>
> yeah, what uneducated users, huh?

They are using IPv6 thus not that uneducated ;)

Greets,
Jeroen
Re: IPv6 address on Safari 8 [ In reply to ]
On 10/27/14 10:46 AM, Jeroen Massar wrote:
> Interesting. You'll have to file a RADAR bug for that one.

filed bug #18779306, let's see what will happen

thank you
--
antonio
Re: IPv6 address on Safari 8 [ In reply to ]
On OS X 10.9.5 and Safari 7.1 (9537.85.10.17.1) I see:

[2a02:ed8:4444::8] yields "first part of its address is not valid".
[2a02:0ed8:4444::8] (change the second part) yields a webpage.
[2a02:ed8:4444:0::8] yields "first part of its address is not valid".
[2a02:0ed8:4444:0::8] (change the second part) yields a webpage.

On Mon Oct 27 2014 at 11:18:50 AM Ross Chandler <ross@eircom.net> wrote:

>
> On 27 Oct 2014, at 08:43, Antonio Prado <aprado@topnet.it> wrote:
>
> Hi,
>
> some customers report they can't open certain IPv6 addresses using
> Safari Version 8.0 (10600.1.25) on OSX Yosemite Version 10.10 (14A389).
>
> If an address starts with 2A02 Safari complains 'can’t open
> “[2a02:ed8:4444::8]” because the first part of its address is not valid'.
>
> Everything works for example with
> http://[2001:200:dff:fff1:216:3eff:feb1:44d7]
>
> any comments and suggestions are welcome
>
> thank you
> --
> antonio
>
>
>
> I’m seeing that. OS X 10.10 Yosemite and Version 8.0 (10600.1.25).
>
>
>
> When I changed it to http://[2a02:0ed8:4444:0::8] it worked (inserted an
> extra zero at the end).
>
> Got an “Apache is functioning normally” connection.
>
>
> Ross
>
Re: IPv6 address on Safari 8 [ In reply to ]
On 10/27/14 1:43 AM, Antonio Prado wrote:
> Hi,
>
> some customers report they can't open certain IPv6 addresses using
> Safari Version 8.0 (10600.1.25) on OSX Yosemite Version 10.10 (14A389).
>
> If an address starts with 2A02 Safari complains 'can’t open
> “[2a02:ed8:4444::8]” because the first part of its address is not valid'.

Yes, I get that with http:// as well. With https:// it endlessly cycles
back to the "Safari can't verify the identity of the website" dialog, so
there seem to be either multiple bugs, or the same bug affecting
different code paths.

FWIW, I get the same with a 2607:: address, so it would seem that
anything that isn't 2001 is triggering the bug.

> Everything works for example with
> http://[2001:200:dff:fff1:216:3eff:feb1:44d7]

Confirmed as well.

I see downthread that someone already filed a bug for this. If there is
a URL where I can add a "me too" I'm happy to do that if it's useful.

hth,

Doug
Re: IPv6 address on Safari 8 [ In reply to ]
Hi,

I ran across something similar (while I was still running 10.9) when I
tried to configure an IPv6- printer:

https://twitter.com/marcodavids/status/514381881719394304

--
Marco


Antonio Prado schreef op 27-10-14 om 09:43:
> Hi,
>
> some customers report they can't open certain IPv6 addresses using
> Safari Version 8.0 (10600.1.25) on OSX Yosemite Version 10.10 (14A389).
>
> If an address starts with 2A02 Safari complains 'can’t open
> “[2a02:ed8:4444::8]” because the first part of its address is not valid'.
>
> Everything works for example with
> http://[2001:200:dff:fff1:216:3eff:feb1:44d7]
>
> any comments and suggestions are welcome
>
> thank you
> --
> antonio
Re: IPv6 address on Safari 8 [ In reply to ]
On 10/27/14 12:15 PM, Marco Davids wrote:
> Hi,
>
> I ran across something similar (while I was still running 10.9) when I
> tried to configure an IPv6- printer:
>
> https://twitter.com/marcodavids/status/514381881719394304

Yeah, posting this on twitter is useless. :) Meanwhile, it looks like
the bug pre-existed Yosemite which is interesting.

Also interesting, I just tested a ULA address and it worked.

Doug
Re: IPv6 address on Safari 8 [ In reply to ]
On 10/27/14 11:25 AM, Michael Chang wrote:
> On OS X 10.9.5 and Safari 7.1 (9537.85.10.17.1) I see:
>
> [2a02:ed8:4444::8] yields "first part of its address is not valid".
> [2a02:0ed8:4444::8] (change the second part) yields a webpage.
> [2a02:ed8:4444:0::8] yields "first part of its address is not valid".
> [2a02:0ed8:4444:0::8] (change the second part) yields a webpage.

Confirmed on Yosemite/Safari 8.

However the 2607:: address I tried already has 4 characters in each of
the first 3 sections (ala, 2607:abcd:abcd::8) so this trick doesn't
work. I also tried 2607:abcd:abcd:0:0:0:0:8 and various other
zero-padded combinations that didn't work either.

Doug