We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following code:
RUN wget https://pecl.php.net/get/mongodb-1.4.2.tgz
Resulted in this output:
RUN wget https://pecl.php.net/get/mongodb-1.4.2.tgz && docker-php-ext-enable mongodb: Connecting to pecl.php.net (104.236.228.160:443) ssl_client: pecl.php.net: certificate verification failed: certificate has expired wget: error getting response: Connection reset by peer
Any help?
php:7.0
No response
The text was updated successfully, but these errors were encountered:
The certificate was supposedly fixed a couple of hours ago. See #11477. Can you check again?
Sorry, something went wrong.
#11482 also experiences this issue still.
@iluuu1994 , in my pipeline and in my local the error still continues. How long does it take to propagate the certificate ?
Let's consolidate further discussion into #11486
No branches or pull requests
Description
The following code:
Resulted in this output:
Any help?
PHP Version
php:7.0
Operating System
No response
The text was updated successfully, but these errors were encountered: