Re: Website is now https only - please help with testing

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL WWW <pgsql-www(at)postgresql(dot)org>
Subject: Re: Website is now https only - please help with testing
Date: 2016-05-25 09:37:56
Message-ID: CABUevEwhzygpUfBKBDpjqiZddfnBDjs1_e-bQ5xUHPNUrjZXCg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-www

On Wed, May 25, 2016 at 4:56 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> Magnus Hagander <magnus(at)hagander(dot)net> writes:
> > Speaking of testing, we'd appreciate help from others with testing the
> site
> > out at this point.
>
> So I have bookmarks for
>
> http://archives.postgresql.org/pgsql-hackers/
> http://archives.postgresql.org/pgsql-general/
>
> which don't work anymore --- I get a page with the usual decoration
> but the body is
>
> Not Found
> The URL you specified does not exist.
>
> Changing the bookmark to "https" fixes that, so there's something wrong
> with the auto redirection.
>

That was indeed broken - the order of checks were wrong. Should've checked
hostname before ssl, but did it in the other order.

Should be fixed now.

--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/

In response to

Browse pgsql-www by date

  From Date Subject
Next Message Jun Kuwamura 2016-05-25 13:21:46 Want Edit FAQ/ja
Previous Message Tom Lane 2016-05-25 02:56:44 Re: Website is now https only - please help with testing