SUNScholar/Secure Internet Connections/S05
Jump to navigation
Jump to search
NEXT
PREVIOUS
Step 5. Enable secure XMLUI logins
See: https://github.com/DSpace/DSpace/blob/master/dspace/config/dspace.cfg#L1960-L1963
Type the following:
su dspace
nano $HOME/source/dspace/config/dspace.cfg
Go to the following section of the DSpace config file:
# Force all authenticated connections to use SSL, only non-authenticated # connections are allowed over plain http. If set to true, then you need to # ensure that the 'dspace.hostname' parameter is set to the correctly. xmlui.force.ssl = true
Enable logins by changing "xmlui.force.ssl" to true.