php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #81099 PHP.NET Certificate is not trusted.
Submitted: 2021-06-03 08:30 UTC Modified: 2021-06-13 04:22 UTC
From: jay dot a dot carlson at gmail dot com Assigned:
Status: No Feedback Package: Website problem
PHP Version: 8.0.6 OS: RED HAT LINUX
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2021-06-03 08:30 UTC] jay dot a dot carlson at gmail dot com
Description:
------------
Connecting to php.net (php.net)|185.85.0.29|:443... connected.
ERROR: The certificate of ‘php.net’ is not trusted.
ERROR: The certificate of ‘php.net’ was signed using an insecure algorithm.


Test script:
---------------
wget http://php.net/get/php-8.0.6.tar.gz/from/this/mirror 


Expected result:
----------------
Download of PHP 8.0.6.tar.gz would have been successful.

Actual result:
--------------
Download of PHP 8.0.6.tar.gz failed.

eval "cd '/home/J5C/stg/php/'; wget http://php.net/get/php-8.0.6.tar.gz/from/this/mirror "
--2021-06-02 20:42:02--  http://php.net/get/php-8.0.6.tar.gz/from/this/mirror
Resolving php.net (php.net)... 185.85.0.29, 2a02:cb40:200::1ad
Connecting to php.net (php.net)|185.85.0.29|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://php.net/get/php-8.0.6.tar.gz/from/this/mirror [following]
--2021-06-02 20:42:02--  https://php.net/get/php-8.0.6.tar.gz/from/this/mirror
Connecting to php.net (php.net)|185.85.0.29|:443... connected.
ERROR: The certificate of ‘php.net’ is not trusted.
ERROR: The certificate of ‘php.net’ was signed using an insecure algorithm.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2021-06-03 08:49 UTC] Danack at basereality dot com
Checking at ssllabs doesn't seem to show any dramatic problems:

https://www.ssllabs.com/ssltest/analyze.html?d=www.php.net&s=185.85.0.29&latest

Can you give more info about what your system is considering 'insecure' and check any settings you may set, e.g. https://unix.stackexchange.com/questions/573329/why-does-increasing-the-encryption-policy-to-future-break-some-websites
 [2021-06-03 08:57 UTC] requinix@php.net
-Status: Open +Status: Feedback -Package: *Web Server problem +Package: Website problem
 [2021-06-03 10:27 UTC] cmb@php.net
Looks like a duplicate of #81078.
 [2021-06-13 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 17:01:28 2024 UTC