Opened 13 years ago
Closed 10 years ago
#820 closed task (fixed)
Need SSL enabled for a couple vhosts
Reported by: | tmitchell | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | SysAdmin | Keywords: | |
Cc: |
Description
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 :)
Change History (2)
comment:1 by , 13 years ago
Priority: | normal → major |
---|
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
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.
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 :)