Difference between revisions of "SUNScholar/Researcher Authorisation/Step 4"
Jump to navigation
Jump to search
(Created page with "<center> ''' BACK TO RESEARCHER AUTHORISATION''' </center>") |
m |
||
| Line 2: | Line 2: | ||
'''[[SUNScholar/Researcher Authorisation| BACK TO RESEARCHER AUTHORISATION]]''' | '''[[SUNScholar/Researcher Authorisation| BACK TO RESEARCHER AUTHORISATION]]''' | ||
</center> | </center> | ||
| + | Edit the following file: | ||
| + | nano $HOME/dspace/config/dspace.cfg | ||
| + | Search for <tt>'''xmlui.force.ssl'''</tt> and remove the hash (#) comment to ensure XMLUI secure logins are enabled. | ||
| + | |||
| + | See example below. | ||
| + | <pre> | ||
| + | # 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 | ||
| + | </pre> | ||
Revision as of 13:43, 6 June 2015
BACK TO RESEARCHER AUTHORISATION
Edit the following file:
nano $HOME/dspace/config/dspace.cfg
Search for xmlui.force.ssl and remove the hash (#) comment to ensure XMLUI secure logins are enabled.
See example below.
# 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