Roundup Tracker - Issues

Message6936

Author rouilj
Recipients ber, richard, rouilj, schlatterbeck
Date 2020-08-07.12:19:59
Message-id <1596802799.95.0.434569945241.issue2551087@roundup.psfhosted.org>
In-reply-to
I want to deploy https for the main website: www.roundup-tracker.org
(aka roundup.sourceforge.net). Ideally the http endpoints will
redirect to https.

The main docs are:
  
   https://sourceforge.net/p/forge/documentation/Convert%20your%20website%20to%20HTTPS/

It says it also upgrades php. AFAIK we don't use php so we don't care.

On the admin page (https://sourceforge.net/p/roundup/admin/ext/https/) it references
custom vhost docs with:

   Your virtual hosts (www.roundup-tracker.org, etc) can be upgraded
   to PHP 7.x if you change the DNS records to point to
   216.105.38.11 or for subdomains CNAME vhost2.sourceforge.net.
   They will continue to be served over HTTP. Custom VHost
   documentation.

I have checked the VHost docs (https://sourceforge.net/p/roundup/admin/ext/vhost/)
and there is a notice:

  Your VHOST domains will not work with HTTPS.

Hmph. I don't see a way to create a redirect page from the vhost domain to the https
domain since the http and https endpoints are the same directory on disk.

So this may mean we need to use:

  https://roundup.sourceforge.io

as our main url if we want https.

Also I have removed the wiki.roundup-tracker.org name from the alias table. The only
two aliases left are roundup-tracker.org and www.roundup-tracker.org.

Quips, comments, evasions, questions or answers?

-- rouilj
History
Date User Action Args
2020-08-07 12:20:00rouiljsetrecipients: + rouilj, richard, schlatterbeck, ber
2020-08-07 12:19:59rouiljsetmessageid: <1596802799.95.0.434569945241.issue2551087@roundup.psfhosted.org>
2020-08-07 12:19:59rouiljlinkissue2551087 messages
2020-08-07 12:19:59rouiljcreate