Failed to connect to `ssl://pecl.php.net:443', unable to obtain channel.xml file for channel 'pecl.php.net': Operation timed out
P粉529581199
2023-08-25 23:01:54
<p>Starting from today 2022-08-11, the <code>pecl channel-update pecl.php.net</code> command cannot work. </p>
<p>It starts working and after a few seconds returns an error <code>Cannot retrieve channel.xml for channel "pecl.php.net" (Connection to ssl://pecl.php.net:443 failed: Operation timed out)</code>. </p>
<p>Here is the full message:</p>
<pre class="brush:php;toolbar:false;">$ pecl channel-update pecl.php.net
Update channel"pecl.php.net"
Channel "pecl.php.net" failed to respond via http://, failure message was: Invalid file http://pecl.php.net:80/channel.xml (redirect but no location)
Try using https://alternative channel"pecl.php.net"
Unable to retrieve channel.xml for channel 'pecl.php.net' (Connection to `ssl://pecl.php.net:443' failed: Operation timed out)</pre>
<p>I tried it on my local machine, as well as in a GitLab pipeline that worked fine before. </p>
<p>Does anyone know what happened?
Are there any changes on 2022-08-11? </p>
pecl.php.net has been down intermittently for a few hours. Not sure if it was a DDoS attack, but it will certainly pose challenges in completing certain builds. I'm sure they'll figure it out, but it's really hard to be patient in the meantime.