Difference between revisions of "SUNScholar/Secure Internet Connections/S05"

From Libopedia
Jump to navigation Jump to search
m
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<center>
 
<center>
'''[[SUNScholar/Secure Internet Connections|Back to Secure Communications]]'''
+
  '''[[SUNScholar/Secure_Internet_Connections/S06|NEXT]]'''
 +
 
 +
  '''[[SUNScholar/Secure_Internet_Connections/S04|PREVIOUS]]'''
 
</center>
 
</center>
 
==Step 5. Enable secure XMLUI logins==
 
==Step 5. Enable secure XMLUI logins==
Become the dspace user
+
See: https://github.com/DSpace/DSpace/blob/master/dspace/config/dspace.cfg#L1960-L1963
 +
 
 +
Type the following:
 
  su dspace
 
  su dspace
Open the DSpace config file for editing as follows:
+
 
  nano /home/dspace/<u>[[SUNScholar/Install_DSpace/S03#Step_3.2|source]]</u>/dspace/config/dspace.cfg
+
  nano $HOME/{{Source}}/dspace/config/dspace.cfg
 
Go to the following section of the DSpace config file:
 
Go to the following section of the DSpace config file:
 
<pre>
 
<pre>
Line 15: Line 19:
 
</pre>
 
</pre>
 
Enable logins by changing "xmlui.force.ssl" to true.
 
Enable logins by changing "xmlui.force.ssl" to true.
 
+
[[Category:System Administration]]
{{NANO}}
 

Latest revision as of 11:46, 28 May 2016

 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.