[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#3509) ipv6 addr for ftp.openldap.org gives Connection Refused



Full_Name: Vincent Gevers
Version: 
OS: 
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (62.234.49.194)


While developing a tool to check all websites that we link to in the php.net
manual we found that the ftp.openldap.org doesn't point to a working ftp server
while using ipv6

AAAA record for ftp.openldap.org
$ php -r "var_dump(gethostbyname(gethostbyaddr('2001:4f8:3:ba:2e0:18ff:fe02:efec')));"
string(14) "204.152.186.50"
this servers gives a Connection Refused

A record for ftp.openldap.org
$ php -r "var_dump(gethostbyname('ftp.openldap.org'));"
string(14) "204.152.186.57"
This server works fine

Can you please fix/look into this error, ipv6 is getting used more and more