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

From Libopedia
Jump to navigation Jump to search
m
m
Line 3: Line 3:
 
</center>
 
</center>
 
==Step 6. Enable HTTPS by default==
 
==Step 6. Enable HTTPS by default==
 +
''This step is optional, for those who prefer to secure ALL communications with the website.''
 +
 
If using the default Mirage theme, you can enable HTTPS by default by modifying the "baseUrl". See link below.
 
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
 
  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.
 
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/master/build.properties#L30-L31
 
  https://github.com/DSpace/DSpace/blob/master/build.properties#L30-L31

Revision as of 09:53, 19 January 2015

 NEXT - STEP 7

Step 6. Enable HTTPS by default

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

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/master/build.properties#L30-L31