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>")
 
m
Line 2: Line 2:
 
  '''[[SUNScholar/Secure Internet Connections|Back to Secure Communications]]'''
 
  '''[[SUNScholar/Secure Internet Connections|Back to Secure Communications]]'''
 
</center>
 
</center>
 +
==Step 6. Enable HTTPS by default==
 +
If using the default Mirage theme, you can enable HTTPS by default by modifying the "baseUrl". See link below.
 +
https://github.com/DSpace/DSpace/blob/dspace-4.1/dspace-xmlui/src/main/webapp/themes/Mirage/lib/xsl/core/page-structure.xsl#L671-681
 +
You can also 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/dspace-4.1/build.properties#L30-L31

Revision as of 21:33, 29 December 2014

Back to Secure Communications

Step 6. Enable HTTPS by default

If using the default Mirage theme, you can enable HTTPS by default by modifying the "baseUrl". See link below.

https://github.com/DSpace/DSpace/blob/dspace-4.1/dspace-xmlui/src/main/webapp/themes/Mirage/lib/xsl/core/page-structure.xsl#L671-681

You can also 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/dspace-4.1/build.properties#L30-L31