Wiki display problem

php.internals

Joe Watkins

7 years ago
I think this may be related to the ssl issues from earlier today, may have been overlooked ? Cheers Joe

Andreas Heigl

7 years ago
Looks like the stylesheets are loaded from shared.php.net which still seems to be on an old certificate. Therefore the styles are not loaded.... Who can have a look into that? Cheers Andreas Am 03.06.19 um 12:52 schrieb Joe Watkins:
> I think this may be related to the ssl issues from earlier today, may have > been overlooked ? > > Cheers > Joe >
-- ,,, (o o) +---------------------------------------------------------ooO-(_)-Ooo-+ | Andreas Heigl | | mailto:andreas@heigl.org N 50°22'59.5" E 08°23'58" | | http://andreas.heigl.org http://hei.gl/wiFKy7 | +---------------------------------------------------------------------+ | http://hei.gl/root-ca | +---------------------------------------------------------------------+

Sascha Schumann

7 years ago
Will be fixed in a few minutes. Thanks for the report. Sascha

Yasuo Ohgaki

7 years ago
https://museum.php.net/ This one is invalid also.
-- Yasuo Ohgaki yohgaki@ohgaki.net On Mon, Jun 3, 2019 at 9:26 PM Sascha Schumann < sascha.schumann@myrasecurity.com> wrote:

Christoph Becker

7 years ago
On 03.06.2019 at 14:55, Yasuo Ohgaki wrote:
> https://museum.php.net/ > > This one is invalid also.
And <https://svn.php.net/> has also expired (see <https://bugs.php.net/78099>).
-- Christoph M. Becker

Sascha Schumann

7 years ago
Looks better now. Sascha

Christoph Becker

7 years ago
On 03.06.2019 at 15:46, Sascha Schumann wrote:
> Looks better now.
Wow, that was fast! Thanks, Christoph

Christoph Becker

7 years ago
On 03.06.2019 at 15:46, Sascha Schumann wrote:
> Looks better now.
Sascha, could you please have a look at the downloads.php.net certificate? This has expired on June 3rd as well. Thanks, Christoph

Sascha Schumann

7 years ago
Cannot we nuke that subdomain? # ls -la /local/www/sites/downloads.php.net/ total 8 drwxr-xr-x 2 root root 4096 Nov 6 2014 . drwxr-xr-x 4 root root 4096 Jul 18 2018 .. The apache config apparently just redirects everything somewhere else. Sascha

Christoph Becker

7 years ago
On 11.06.2019 at 12:34, Sascha Schumann wrote:
> Cannot we nuke that subdomain? > > # ls -la /local/www/sites/downloads.php.net/ > total 8 > drwxr-xr-x 2 root root 4096 Nov 6 2014 . > drwxr-xr-x 4 root root 4096 Jul 18 2018 .. > > The apache config apparently just redirects everything somewhere else.
Hmm, there should be home dirs for all release managers, which are supposed to contain the PHP pre-release tarballs and signature files, e.g. <http://downloads.php.net/~cmb/>. AIUI, the uploads go to downloads.php.net directly. Thanks, Christoph

Sascha Schumann

7 years ago
Cert is fixed on the machine now. Sascha

Theodore Brown

7 years ago
On Mon, June 3, 2019 at 7:11 AM Andreas Heigl <andreas@heigl.org> wrote:
> Looks like the stylesheets are loaded from shared.php.net which still > seems to be on an old certificate. Therefore the styles are not loaded....
Styles are loading for me, but I get a certificate error when I try to open https://people.php.net. Thanks, Theodore

Sascha Schumann

7 years ago
Fixed people.php.net as well. Sascha

=?utf-8?B?5rGf5rmW5aSn6Jm+5LuB?=

7 years ago
Any chance to get https support for news.php.net? https://bugs.php.net/bug.php?id=67680

Sascha Schumann

7 years ago
As there are other protocols beside http/https running on news.php.net (NNTP), we unfortunately cannot switch the whole subdomain to the cdn. Sascha

Andreas Heigl

7 years ago
Am 03.06.19 um 17:07 schrieb Sascha Schumann:
> As there are other protocols beside http/https running on news.php.net (NNTP), we unfortunately cannot switch the whole subdomain to the cdn.
How would you like to switch to the CDN? By DNS? Or we need to create a separate DNS-Entry for NNTP (nntp.php.net). I'd need to check how much reconfiguration that'd mean though... And that might mean that others will need to change their endpoints from news.php.net to nntp.php.net. IIRC externals.io f.e. uses NNTP to retrieve the messages.... Cheers Andreas
-- ,,, (o o) +---------------------------------------------------------ooO-(_)-Ooo-+ | Andreas Heigl | | mailto:andreas@heigl.org N 50°22'59.5" E 08°23'58" | | http://andreas.heigl.org http://hei.gl/wiFKy7 | +---------------------------------------------------------------------+ | http://hei.gl/root-ca | +---------------------------------------------------------------------+

Sascha Schumann

7 years ago
> > > > > > > How would you like to switch to the CDN? By DNS? Or we need to create a > separate DNS-Entry for NNTP (nntp.php.net). I'd need to check how much > reconfiguration that'd mean though... And that might mean that others > will need to change their endpoints from news.php.net to nntp.php.net. > IIRC externals.io f.e. uses NNTP to retrieve the messages.... >
Well we can add news-web.php.net, and redirect to there from http://news.php.net I'll do the myra side now. Sascha

Sascha Schumann

7 years ago
https://news-web.php.net/ Does it work for you? I don't know the application, so if there are any direct references to http://news.php.net they would need to be fixed, as we do not rewrite the HTML. Sascha

Christoph Becker

7 years ago
On 03.06.2019 at 18:22, Sascha Schumann wrote:
> https://news-web.php.net/ > > Does it work for you? I don't know the application, so if there are any direct references to http://news.php.net they would need to be fixed, as we do not rewrite the HTML.
At least it works fine for newsreaders (I got your mail via one of those), and for externals.io (see <https://externals.io/message/105820#105833>).
-- Christoph M. Becker

Sascha Schumann

7 years ago
Alright, the apache2 configs for news/lists redirect to https://news-web.php.net now. Sascha