Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pear.php.net certificate still expired for older php version #11482

Closed
WrightTrae opened this issue Jun 19, 2023 · 6 comments
Closed

pear.php.net certificate still expired for older php version #11482

WrightTrae opened this issue Jun 19, 2023 · 6 comments

Comments

@WrightTrae
Copy link

Description

The following code:

pecl list-all

Resulted in this output:

Updating channel "pear.php.net"
Channel "pear.php.net" is not responding over http://, failed with message: Connection to `ssl://pear.php.net:443' failed:
Trying channel "pear.php.net" over https:// instead
Cannot retrieve channel.xml for channel "pear.php.net" (Connection to `ssl://pear.php.net:443' failed: )
# pecl list-all
WARNING: channel "pecl.php.net" has updated its protocols, use "pecl channel-update pecl.php.net" to update
Connection to `ssl://pecl.php.net:443' failed:

After running:

pecl channel-update pecl.php.net
pecl list-all

Still seeing this output:

# pecl channel-update pecl.php.net
Updating channel "pecl.php.net"
Update of Channel "pecl.php.net" succeeded
######
# pecl list-all
Connection to `ssl://pecl.php.net:443' failed:

Versions:
php:5.6
PEAR:1.10.7

I'm not able to replicate this issue in php 7.4. I know that there was a cert update done earlier today #11477, but I'm still having this issue in older versions. Is there anything extra that we have to do for older versions to get the cert update?

PHP Version

5.6

Operating System

No response

@WrightTrae
Copy link
Author

This issue was found trying to install any package using pecl.

# pecl install redis
No releases available for package "pecl.php.net/redis"
install failed

@iluuu1994
Copy link
Member

iluuu1994 commented Jun 19, 2023

See #11478, the issue seems to still persist on older versions.

@iluuu1994 iluuu1994 closed this as not planned Won't fix, can't repro, duplicate, stale Jun 19, 2023
@ppatelcodal
Copy link

@iluuu1994 any quick workaround to get pass that for now until that fixed for lower versions ?

@damianwadley
Copy link
Member

@ppatelcodal PHP 5.x, 7.x, and 8.0 are no longer supported.

Is everyone using OpenSSL 1.1.0 or later?

@damianwadley
Copy link
Member

Let's consolidate further discussion into #11486

@reinisalpins
Copy link

@iluuu1994 any quick workaround to get pass that for now until that fixed for lower versions ?

https://stackoverflow.com/questions/76507083/pecl-install-no-releases-available
maybe this could help, at least it helped me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants