Home > Software engineering >  Cannot retrieve channel.xml for channel "pecl.php.net" (Connection to `ssl://pecl.php.net:
Cannot retrieve channel.xml for channel "pecl.php.net" (Connection to `ssl://pecl.php.net:

Time:08-12

From today 2022-08-11, the pecl channel-update pecl.php.net command is not working.

It start working and after a few seconds returns an error Cannot retrieve channel.xml for channel "pecl.php.net" (Connection to ssl://pecl.php.net:443 failed: Operation timed out).

Here's the entire message:

$ pecl channel-update pecl.php.net

Updating channel "pecl.php.net"
Channel "pecl.php.net" is not responding over http://, failed with message: File http://pecl.php.net:80/channel.xml not valid (redirected but no location)
Trying channel "pecl.php.net" over https:// instead
Cannot retrieve channel.xml for channel "pecl.php.net" (Connection to `ssl://pecl.php.net:443' failed: Operation timed out)

I tried it from my local computer and in a GitLab pipeline that use to work well, until today.

Does anybody knows what happens? Anything changed today 2022-08-11 ?

CodePudding user response:

pecl.php.net has been intermittently down for several hours, not sure if they are being ddos'd or what the deal is, but certainly making it a challenge to complete certain builds right now. They'll get it squared away I'm sure, but tough to patient in the interim.

CodePudding user response:

pecl.php.net is up again now ! But, to avoid situations like today. I switched to build from source instead of using pecl

  • Related