[EP-tech] Running EPrints under HTTPS all the time
th.lauke at arcor.de
th.lauke at arcor.de
Fri Jul 28 15:25:53 BST 2017
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
More information about the Eprints-tech
mailing list