You'll also probably need to do a bulk update of the dc.identifier.uri values to get https:// in there, as that's just metadata that isn't updated with the baseUrl. It's possible the update-handle-prefixes script will do this for you, but I'm not sure about that so don't run in production without testing :)
I'd also recommend setting your frontend Apache, or Tomcat, to do a 301 redirect on http:// requests so they all get redirected to the https:// version of the URL, as you never know what links people have saved to your repository / items. https://httpd.apache.org/docs/current/mod/mod_rewrite.html https://tomcat.apache.org/tomcat-8.0-doc/rewrite.html M: [email protected] T: @kimshepherd W: www.shepherd.nz <http://shepherd.nz> 0CCB D957 0C35 F5C1 497E CDCF FC4B ABA3 2A1A FAEC On Sat, 26 Oct 2019 at 08:43, Mark H. Wood <[email protected]> wrote: > On Wed, Oct 23, 2019 at 07:10:56AM -0700, David Bigwood wrote: > > We have SSL working but need to do some tweaks now. The announcement > email > > for new additions to the repository points to http: not https: And in > the > > record metadata the dc.identifier.uri shows as http not https: Where can > I > > change these? Maybe there are some other places I've not noticed that > also > > need to be changed? > > First thing I would check is the value of 'dspace.baseUrl', in > config/local.cfg, and then 'dspace.url'. > > -- > Mark H. Wood > Lead Technology Analyst > > University Library > Indiana University - Purdue University Indianapolis > 755 W. Michigan Street > Indianapolis, IN 46202 > 317-274-0749 > www.ulib.iupui.edu > > -- > All messages to this mailing list should adhere to the DuraSpace Code of > Conduct: https://duraspace.org/about/policies/code-of-conduct/ > --- > You received this message because you are subscribed to the Google Groups > "DSpace Community" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/dspace-community/20191025194339.GC14200%40IUPUI.Edu > . > -- All messages to this mailing list should adhere to the DuraSpace Code of Conduct: https://duraspace.org/about/policies/code-of-conduct/ --- You received this message because you are subscribed to the Google Groups "DSpace Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-community/CAKZKfqoF0naqWSydurnhfXKC89387yTWZztUcn7u2uSDxD6fTA%40mail.gmail.com.
