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

From Libopedia
Jump to navigation Jump to search
(Created page with "<center> '''Back to Secure Communications''' </center>")
 
 
(9 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/S07|NEXT]]'''
 +
 
 +
  '''[[SUNScholar/Secure_Internet_Connections/S05|PREVIOUS]]'''
 
</center>
 
</center>
 +
==Step 6. Enable HTTPS by default (Optional)==
 +
''This step is optional, for those who prefer to secure ALL communications with the website.''
 +
 +
You can enable HTTPS by modifying the "dspace.baseUrl" in the "build.properties" file. Change '''http''' to '''https'''. See link below.
 +
https://github.com/DSpace/DSpace/blob/master/build.properties#L30-L31
 +
[[Category:System Administration]]

Latest revision as of 11:46, 28 May 2016

 NEXT
 PREVIOUS

Step 6. Enable HTTPS by default (Optional)

This step is optional, for those who prefer to secure ALL communications with the website.

You can enable HTTPS by modifying the "dspace.baseUrl" in the "build.properties" file. Change http to https. See link below.

https://github.com/DSpace/DSpace/blob/master/build.properties#L30-L31