In that same vein, I just submitted a patch to always load Google Analytics (ga.js) over SSL:
https://jira.duraspace.org/browse/DS-2220 <https://www.google.com/url?q=https%3A%2F%2Fjira.duraspace.org%2Fbrowse%2FDS-2220&sa=D&sntz=1&usg=AFQjCNET49mpfkl2NltnX5oxfsT07UqDaw> The more resources we load over HTTPS the better. Cheers, On Mon, Oct 20, 2014 at 4:22 PM, Carlos Walter Blandon Alvarez < [email protected]> wrote: > Hi helix84. > > Thanks for reply. > > Other possible solution could be to replace script variable protocol in > page-structure.xsl: > > <script type="text/javascript" src="{concat($protocol, ' > ajax.googleapis.com/ajax/libs/jquery/', $jqueryVersion > ,'/jquery.min.js')}"> </script> > > by > > <script type="text/javascript" src="{concat('https://', ' > ajax.googleapis.com/ajax/libs/jquery/', $jqueryVersion > ,'/jquery.min.js')}"> </script> > > > Regards, > > Walter Blandón > > Profesional-Analista Gestión Tecnológica > Centro Cultural Biblioteca LEV > Teléfono (57 4) 261 9500, extensión 9365 > [email protected] > > Carrera 49 N 7 sur - 50, Medellín - Colombia > Línea de atención al usuario: (57 4) 4489500 www.eafit.edu.co > > > -----Mensaje original----- > De: [email protected] [mailto:[email protected]] En nombre de > helix84 > Enviado el: viernes, 17 de octubre de 2014 04:55 p.m. > Para: Carlos Walter Blandon Alvarez > CC: Hilton Gibson; [email protected] > Asunto: Re: [Dspace-tech] Using DSpace with https > > On Fri, Oct 17, 2014 at 11:15 PM, Carlos Walter Blandon Alvarez < > [email protected]> wrote: > > > > [blocked] The page at 'https://repository.eafit.edu.co/' was loaded > over HTTPS, but ran insecure content from ' > http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js': this > content should also be loaded over HTTPS. > > > Hi Carlos, > > you were right, you do need to update dspace.baseUrl. See > > > https://github.com/DSpace/DSpace/blob/dspace-4.1/dspace-xmlui/src/main/webapp/themes/Mirage/lib/xsl/core/page-structure.xsl#L671-681 > > > Regards, > ~~helix84 > > Compulsory reading: DSpace Mailing List Etiquette > https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette > > ------------------------------------------------------------------------------ > Comprehensive Server Monitoring with Site24x7. > Monitor 10 servers for $9/Month. > Get alerted through email, SMS, voice calls or mobile push notifications. > Take corrective actions from your mobile device. > http://p.sf.net/sfu/Zoho > _______________________________________________ > DSpace-tech mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-tech > List Etiquette: > https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette > -- Alan Orth [email protected] https://alaninkenya.org https://mjanja.ch "In heaven all the interesting people are missing." -Friedrich Nietzsche GPG public key ID: 0x8cb0d0acb5cd81ec209c6cdfbd1a0e09c2f836c0
------------------------------------------------------------------------------
_______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

