EPrints Technical Mailing List Archive
Message: #06732
< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First
Re: [EP-tech] Running EPrints under HTTPS all the time
- To: eprints-tech@ecs.soton.ac.uk
- Subject: Re: [EP-tech] Running EPrints under HTTPS all the time
- From: th.lauke@arcor.de
- Date: Fri, 28 Jul 2017 16:25:53 +0200 (CEST)
Hi Betsy, > Has anyone set up EPrints to run under HTTPS all the time, not just for logins? yes, even more restricted due to https://wiki.eprints.org/w/Login-Only_Repository and ip restricted access control ... > Any pointers on how to set this up? Although apache configuration is still mysterious for me and _without_ a successful penetration test I recommend just to redirect all requests to the https site: The following lines (typically out of ~/Eprints/cfg/apache/repoID.conf) will do it! <VirtualHost *:80> Redirect / https://IPaddressOfYourSecureServer/ </VirtualHost> Hth Thomas
- Prev by Date: Re: [EP-tech] show Localtime in the UI
- Next by Date: Re: [EP-tech] HTTPS part not working
- Previous by thread: Re: [EP-tech] Running EPrints under HTTPS all the time
- Next by thread: [EP-tech] 'PUSH' implementation for OpenAIRE Piwik tracking.
- Index(es):