<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Share and insecure content in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/share-and-insecure-content/m-p/252824#M205954</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've enabled SSL on Tomcat, but browsers warn me that some content is being delivered insecurely. I've found out that it is the file: &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.alfresco.com/assets/images/logos/community-4.0-share.png" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.com/assets/images/logos/community-4.0-share.png&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;that is being delivered that way. After some searching I found this file: &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD/root/projects/slingshot/source/java/org/alfresco/web/scripts/MessagesWebScript.java" rel="nofollow noopener noreferrer"&gt;http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD/root/projects/slingshot/source/java/org/alfresco/web/scripts/MessagesWebScript.java&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;where the getServerPath function is being used in line 84 to determine whether the server is using http or https. The URL I'm requesting starts with https, so the problem lies elsewhere. Does anyone have an idea how I can configure the server so that getServerPath returns an https URL?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jun 2012 15:24:20 GMT</pubDate>
    <dc:creator>haffi67</dc:creator>
    <dc:date>2012-06-06T15:24:20Z</dc:date>
    <item>
      <title>Share and insecure content</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/share-and-insecure-content/m-p/252824#M205954</link>
      <description>Hi,I've enabled SSL on Tomcat, but browsers warn me that some content is being delivered insecurely. I've found out that it is the file: http://www.alfresco.com/assets/images/logos/community-4.0-share.png that is being delivered that way. After some searching I found this file: http://svn.alfresco.c</description>
      <pubDate>Wed, 06 Jun 2012 15:24:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/share-and-insecure-content/m-p/252824#M205954</guid>
      <dc:creator>haffi67</dc:creator>
      <dc:date>2012-06-06T15:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Share and insecure content</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/share-and-insecure-content/m-p/252825#M205955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there any chance that you access it through a proxy?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If that's the case, see if this proxy doesn't translate the URL into a http one, meaning that even if you start a https request, the server receives a http one.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2012 14:51:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/share-and-insecure-content/m-p/252825#M205955</guid>
      <dc:creator>scouil</dc:creator>
      <dc:date>2012-06-07T14:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Share and insecure content</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/share-and-insecure-content/m-p/252826#M205956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I solved the problem simply by removing that line from the messages.js file (which is referenced in resources.get.html.ftl)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2012 13:54:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/share-and-insecure-content/m-p/252826#M205956</guid>
      <dc:creator>haffi67</dc:creator>
      <dc:date>2012-06-11T13:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Share and insecure content</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/share-and-insecure-content/m-p/252827#M205957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That picture was pointing to alfresco's servers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I think they use this link in order to compile stats on users using Alfresco (How many users use alfresco daily around the world. What portion of the servers is using https, etc.).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, that's perfectly your right to remove this line, that's part of how awesome open-source is.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But if you could manage to fix the http(s) problem and bring the link back it would be nice to them &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2012 14:20:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/share-and-insecure-content/m-p/252827#M205957</guid>
      <dc:creator>scouil</dc:creator>
      <dc:date>2012-06-11T14:20:11Z</dc:date>
    </item>
  </channel>
</rss>

