Difference between revisions of "SUNScholar/Secure Internet Connections/S06"
Jump to navigation
Jump to search
m |
m |
||
| Line 7: | Line 7: | ||
''This step is optional, for those who prefer to secure ALL communications with the website.'' | ''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. | |
| − | |||
| − | You can | ||
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 23:11, 18 July 2015
NEXT
PREVIOUS
Step 6. Enable HTTPS by default
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