php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #66319 Wiki site contains non-encrypted elements
Submitted: 2013-12-18 15:41 UTC Modified: 2013-12-22 20:29 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: dv dot sum0 at gmail dot com Assigned: bjori (profile)
Status: Closed Package: Website problem
PHP Version: Irrelevant OS: All
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: dv dot sum0 at gmail dot com
New email:
PHP Version: OS:

 

 [2013-12-18 15:41 UTC] dv dot sum0 at gmail dot com
Description:
------------
Currently when visiting https://wiki.php.net/

The logo at the top is attempted loaded from //php.net/images/logo.php?, which should result in an https request, however php.net redirects https requests to unencrypted http requests.

Expected result:
----------------
Logo should be served from https://php.net/images/logo.php?

Actual result:
--------------
Logo request is redirected to http://php.net/images/logo.php? (not encrypted)

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-12-22 20:29 UTC] bjori@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: bjori
 [2013-12-22 20:29 UTC] bjori@php.net
The fix for this bug has been committed. Since the websites are not directly
updated from the repository, the fix might need some time to spread
across the globe to all mirror sites, including PHP.net itself.

Thank you for the report, and for helping us make PHP.net better.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Nov 20 04:00:01 2025 UTC