Making WordPress.org

Changes between Version 1 and Version 4 of Ticket #3090


Ignore:
Timestamp:
03/09/2018 01:46:41 AM (6 years ago)
Author:
dd32
Comment:

Replying to Paul Guijt:

OK, I regretfully respect that. But could you please take care that a ticket is opened to have WordPress communicate with Wordpress.org and Wordpress.com (and any other site that is only IPv4) through IPv4 only?

This is a server configuration issue on the hosts end. As only IPv4 DNS records are returned, it's up to the hosts PHP configuration being configured correctly to connect over IPv4. If an IPv4 gateway isn't available and only IPv6 is enabled, then it would be expected that the HTTP requests would fail quite fast due to the underlying network not supporting it.

WordPress.org's API will be available over IPv6 some day when our hosting infrastructure supports it, so we're not going to lock it down to only occurring over IPv4.

There have been some bugs in PHP's CURL implementation in the past which causes IPv4 connections to fail on IPv6-only hosts even when a IPv4 gateway is present which can't be worked around reliably from within WordPress.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3090

    • Property Status changed from new to closed
    • Property Resolution changed from to maybelater
  • Ticket #3090 – Description

    v1 v4  
    11We run multiple WordPress instances on hosts which are '''IPv6 only'''. These websites are used internally where we recently transitioned to IPv6 completely and disabled IPv4 for simplicity.
    2 Unfortunately your [https://codex.wordpress.org/WordPress.org_API API] at ''api.wordpress.org'' does not seem to support IPv6. At least it doesn't have any ''AAAA'' records set. Therefore we are not able to use Wordpress features like auto updates or plugin installation which connect to your API.
     2Unfortunately your [https://codex.wordpress.org/WordPress.org_API API] at ''api.wordpress.org'' does not seem to support IPv6. At least it doesn't have any ''AAAA'' records set. Therefore we are not able to use WordPress features like auto updates or plugin installation which connect to your API.
    33You’d make maintaining our WP instances a lot easier if you added support for IPv6 to your API.