[SAC] [OSGeo] #820: Need SSL enabled for a couple vhosts

#820: Need SSL enabled for a couple vhosts
---------------------------+------------------------------------------------
Reporter: tmitchell | Owner: sac@…
     Type: task | Status: new
Priority: normal | Milestone:
Component: Systems Admin | Keywords:
---------------------------+------------------------------------------------
Trying to wrap up the migration of a couple apps off of osgeo1 to webextra
vm - and can't seem to get https://journal2.osgeo.org to load at all.
vhost file is ..sites-enabled/journal-ssl - can someone have a peek for
me?

Ideally we'd have SSL and LDAP running on there, but trying one thing at a
time :slight_smile:

--
Ticket URL: <http://trac.osgeo.org/osgeo/ticket/820&gt;
OSGeo <http://www.osgeo.org/&gt;
OSGeo committee and general foundation issue tracker.

#820: Need SSL enabled for a couple vhosts
---------------------------+------------------------------------------------
Reporter: tmitchell | Owner: sac@…
     Type: task | Status: new
Priority: major | Milestone:
Component: Systems Admin | Keywords:
---------------------------+------------------------------------------------
Changes (by tmitchell):

  * priority: normal => major

Comment:

bump.. anyone have time to help on this? All the services I've migrated
over from osgeo1 can't use SSL. I just don't know how to configure Apache
to do this right - probably simple for someone else :slight_smile:

--
Ticket URL: <http://trac.osgeo.org/osgeo/ticket/820#comment:1&gt;
OSGeo <http://www.osgeo.org/&gt;
OSGeo committee and general foundation issue tracker.

#820: Need SSL enabled for a couple vhosts
---------------------------+------------------------------------------------
Reporter: tmitchell | Owner: sac@…
     Type: task | Status: closed
Priority: major | Milestone:
Component: Systems Admin | Resolution: fixed
Keywords: |
---------------------------+------------------------------------------------
Changes (by christian):

  * status: new => closed
  * resolution: => fixed

Comment:

There was already a 'journal-ssl' site available in apache and working. I
edited (snipped below) the 'journal' site to redirect to https, to force
SSL on any request to journal.osgeo.org.

---
<VirtualHost *:80>
     ServerName journal.osgeo.org
     Redirect permanent / https://journal.osgeo.org/
---

I close the ticket now. Please reopen, If you think it not fixed properly
or if other vhosts on webextra also need SSL.

--
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/820#comment:2&gt;
OSGeo <http://www.osgeo.org/&gt;
OSGeo committee and general foundation issue tracker.