php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #69787 IPv6 broken on git.php.net for HTTP(S)
Submitted: 2015-06-09 18:47 UTC Modified: 2015-06-11 15:10 UTC
From: pleasestand at live dot com Assigned: tyrael (profile)
Status: Closed Package: Systems problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: pleasestand at live dot com
New email:
PHP Version: OS:

 

 [2015-06-09 18:47 UTC] pleasestand at live dot com
Description:
------------
When trying to "git pull" using HTTPS, I get the following error message:

fatal: unable to access 'https://git.php.net/repository/php-src.git/': Failed to connect to git.php.net port 443: Connection refused

This seems to be an IPv6-only issue, as connecting via IPv4 works fine.

The git.php.net web server should be configured to accept IPv6 connections. If that cannot happen yet, the AAAA record for php-git1.php.net. should be removed until then.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-06-09 18:54 UTC] bjori@php.net
-Status: Open +Status: Assigned -Assigned To: +Assigned To: sas
 [2015-06-09 18:54 UTC] bjori@php.net
Sascha, can you have a look?
 [2015-06-11 15:10 UTC] tyrael@php.net
-Status: Assigned +Status: Closed -Assigned To: sas +Assigned To: tyrael
 [2015-06-11 15:10 UTC] tyrael@php.net
I've changed our nginx config to listen on the ipv6 addresses too, as there were nothing else binding on those ports nor do we have any specific iptables rules I think that should be enough.
from a quick test it seems to be working fine, please feel free to reopen if you still have problems accessing the site via ipv6.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 09:01:26 2024 UTC