<?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 Alfresco com SSL in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-com-ssl/m-p/278775#M231905</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Good afternoon,&lt;BR /&gt;&lt;BR /&gt;I have implemented the Alfresco Community 5.1 on Windows Server, but I'm having trouble implementing SSL for everything to work properly. Some Dashlet not show the content and search is not working.&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;The SSL certificate that was begotten generated from this tutorial&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;BLOCKQUOTE class="jive-quote" style="color: #222222; font-family: Arial, Helvetica, sans-serif; font-size: 13px; margin-left: 40px;"&gt;&lt;A href="https://linuxblogit.wordpress.com/tag/configurar-alfresco-https/" rel="nofollow noopener noreferrer" style="color: #6611cc;" target="_blank"&gt;https://linuxblogit.wordpress.com/tag/configurar-alfresco-https/&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;The server.xml file is as follows:&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;BLOCKQUOTE class="jive-quote" style="color: #222222; font-family: Arial, Helvetica, sans-serif; font-size: 13px; margin-left: 40px;"&gt;&lt;BLOCKQUOTE class="gmail_quote" style="margin-left: 0.8ex; border-left-width: 1px; padding-left: 1ex;"&gt;&amp;nbsp;&amp;nbsp; &amp;lt;Connector port="443" URIEncoding="UTF-8" protocol="org.apache.coyote.http11.Http11Protocol" SSLEnabled="true"&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE class="gmail_quote" style="margin-left: 0.8ex; border-left-width: 1px; padding-left: 1ex;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; maxThreads="150" scheme="https" keystoreFile="D:\APPS\ALFRESCO/alf_data/ssl/key-tomcat" keystorePass="MinhaPass" keystoreType="JKS"&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE class="gmail_quote" style="margin-left: 0.8ex; border-left-width: 1px; padding-left: 1ex;"&gt; secure="true" connectionTimeout="240000" clientAuth="false" sslProtocol="TLS" allowUnsafeLegacyRenegotiation="true" /&amp;gt;&amp;nbsp; &lt;/BLOCKQUOTE&gt;&lt;/BLOCKQUOTE&gt;&lt;P style="color: #222222; font-family: Arial, Helvetica, sans-serif; font-size: 13px;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: Arial, Helvetica, sans-serif; font-size: 13px;"&gt;&lt;SPAN lang="en"&gt;The research that I performed I think is related to the Solr4 once commented lines of the connector that was defined by default&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: Arial, Helvetica, sans-serif; font-size: 13px;"&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive-quote" style="color: #222222; font-family: Arial, Helvetica, sans-serif; font-size: 13px; margin-left: 40px;"&gt;&lt;BLOCKQUOTE class="gmail_quote" style="margin-left: 0.8ex; border-left-width: 1px; padding-left: 1ex;"&gt;&amp;lt;!-- OLD CONNECTOR&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE class="gmail_quote" style="margin-left: 0.8ex; border-left-width: 1px; padding-left: 1ex;"&gt;&amp;lt;Connector port="443" URIEncoding="UTF-8" protocol="org.apache.coyote.http11.Http11Protocol" SSLEnabled="true"&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE class="gmail_quote" style="margin-left: 0.8ex; border-left-width: 1px; padding-left: 1ex;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; maxThreads="150" scheme="https" keystoreFile="D:\APPS\ALFRESCO/alf_data/keystore/ssl.keystore" keystorePass="pass" keystoreType="JCEKS"&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE class="gmail_quote" style="margin-left: 0.8ex; border-left-width: 1px; padding-left: 1ex;"&gt; secure="true" connectionTimeout="240000" truststoreFile="D:\APPS\ALFRESCO/alf_data/keystore/ssl.truststore" truststorePass="pass" truststoreType="JCEKS"&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE class="gmail_quote" style="margin-left: 0.8ex; border-left-width: 1px; padding-left: 1ex;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; clientAuth="want" sslProtocol="TLS" allowUnsafeLegacyRenegotiation="true" maxHttpHeaderSize="32768" maxSavePostSize="-1" /&amp;gt;&amp;nbsp; &lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE class="gmail_quote" style="margin-left: 0.8ex; border-left-width: 1px; padding-left: 1ex;"&gt;&amp;nbsp;&amp;nbsp; &lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE class="gmail_quote" style="margin-left: 0.8ex; border-left-width: 1px; padding-left: 1ex;"&gt;--&amp;gt;&amp;nbsp; &lt;/BLOCKQUOTE&gt;&lt;/BLOCKQUOTE&gt;&lt;P style="color: #222222; font-family: Arial, Helvetica, sans-serif; font-size: 13px;"&gt;&lt;/P&gt;&lt;P style="margin-top: 1em; margin-bottom: 1em; color: #222222; font-family: Arial, Helvetica, sans-serif; font-size: 13px;"&gt;&lt;A href="https://lh3.googleusercontent.com/-AEOOxCnZDME/WAaIXnn9WII/AAAAAAAAAGQ/7HP-FddJEb89GCNAnEhdSOdjnqD21QxfwCLcB/s1600/Capturar.PNG" rel="nofollow noopener noreferrer" style="margin: 0 1em; color: #6611cc;" target="_blank"&gt;&lt;IMG border="0" class="jive-image" src="https://lh3.googleusercontent.com/-AEOOxCnZDME/WAaIXnn9WII/AAAAAAAAAGQ/7HP-FddJEb89GCNAnEhdSOdjnqD21QxfwCLcB/s1600/Capturar.PNG" style="border-width: 0px;" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="margin-top: 1em; margin-bottom: 1em; color: #222222; font-family: Arial, Helvetica, sans-serif; font-size: 13px; text-align: center;"&gt;&lt;/P&gt;&lt;P style="margin-top: 1em; margin-bottom: 1em; color: #222222; font-family: Arial, Helvetica, sans-serif; font-size: 13px;"&gt;&lt;A href="https://lh3.googleusercontent.com/-sfJxgJKAOXI/WAaIovxMpCI/AAAAAAAAAGU/KEcUNEBd6r8KGZhbUH_38lO6krwU9WgegCLcB/s1600/Capturar.PNG" rel="nofollow noopener noreferrer" style="margin: 0 1em; color: #6611cc;" target="_blank"&gt;&lt;IMG border="0" class="jive-image" height="255" src="https://lh3.googleusercontent.com/-sfJxgJKAOXI/WAaIovxMpCI/AAAAAAAAAGU/KEcUNEBd6r8KGZhbUH_38lO6krwU9WgegCLcB/s320/Capturar.PNG" style="border-width: 0px;" width="320" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="margin-top: 1em; margin-bottom: 1em; color: #222222; font-family: Arial, Helvetica, sans-serif; font-size: 13px;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: Arial, Helvetica, sans-serif; font-size: 13px; text-align: center;"&gt;&lt;/P&gt;&lt;P&gt;They were added and edited files in the last hours, but the results are the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-top: 1em; margin-bottom: 1em; color: #222222; font-family: Arial, Helvetica, sans-serif; font-size: 13px;"&gt;&lt;/P&gt;&lt;P style="margin-top: 1em; margin-bottom: 1em; color: #222222; font-family: Arial, Helvetica, sans-serif; font-size: 13px;"&gt;&lt;A href="https://lh3.googleusercontent.com/-pUGJxO262tw/WAaJC_6daaI/AAAAAAAAAGY/xBznfehL5yYhr78xlChE4rniVPySmuQSACLcB/s1600/Capturar.PNG" rel="nofollow noopener noreferrer" style="margin: 0 1em; color: #6611cc;" target="_blank"&gt;&lt;IMG border="0" class="jive-image" src="https://lh3.googleusercontent.com/-pUGJxO262tw/WAaJC_6daaI/AAAAAAAAAGY/xBznfehL5yYhr78xlChE4rniVPySmuQSACLcB/s1600/Capturar.PNG" style="border-width: 0px;" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="margin-top: 1em; margin-bottom: 1em; color: #222222; font-family: Arial, Helvetica, sans-serif; font-size: 13px;"&gt;&lt;/P&gt;&lt;P style="margin-top: 1em; margin-bottom: 1em; color: #222222; font-family: Arial, Helvetica, sans-serif; font-size: 13px;"&gt;&lt;SPAN lang="en"&gt;Any idea?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 1em; margin-bottom: 1em; color: #222222; font-family: Arial, Helvetica, sans-serif; font-size: 13px;"&gt;&lt;/P&gt;&lt;P style="margin-top: 1em; margin-bottom: 1em; color: #222222; font-family: Arial, Helvetica, sans-serif; font-size: 13px;"&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Oct 2016 10:15:45 GMT</pubDate>
    <dc:creator>webdevptg</dc:creator>
    <dc:date>2016-10-19T10:15:45Z</dc:date>
    <item>
      <title>Alfresco com SSL</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-com-ssl/m-p/278775#M231905</link>
      <description>Good afternoon,I have implemented the Alfresco Community 5.1 on Windows Server, but I'm having trouble implementing SSL for everything to work properly. Some Dashlet not show the content and search is not working.The SSL certificate that was begotten generated from this tutorialhttps://linuxblogit.w</description>
      <pubDate>Wed, 19 Oct 2016 10:15:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-com-ssl/m-p/278775#M231905</guid>
      <dc:creator>webdevptg</dc:creator>
      <dc:date>2016-10-19T10:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco com SSL</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-com-ssl/m-p/278776#M231906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need help for this question.&lt;/P&gt;&lt;P&gt;Someone can help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2016 19:42:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-com-ssl/m-p/278776#M231906</guid>
      <dc:creator>webdevptg</dc:creator>
      <dc:date>2016-10-25T19:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco com SSL</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-com-ssl/m-p/278777#M231907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The easiest is to put a webserver in front of Alfresco, and let the webserver to deal with SSL.&lt;/P&gt;&lt;P&gt;You can find some useful resources in these links (for Apache webserver):&lt;/P&gt;&lt;P&gt;&lt;A href="https://angelborroy.wordpress.com/2016/06/15/configuring-alfresco-ssl-certificates/" title="https://angelborroy.wordpress.com/2016/06/15/configuring-alfresco-ssl-certificates/" rel="nofollow noopener noreferrer"&gt;Configuring Alfresco SSL certificates | Programming and So&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.keensoft.es/en/configuring-alfresco-ssl-by-using-lets-encrypt/" title="http://www.keensoft.es/en/configuring-alfresco-ssl-by-using-lets-encrypt/" rel="nofollow noopener noreferrer"&gt;Configuring Alfresco SSL by using Let's Encrypt - keensoft&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in this with NGINX:&lt;/P&gt;&lt;P&gt;&lt;A href="http://ezref.info/How+to+setup+Alfresco+with+Nginx+as+the+frontend+web+server.html" title="http://ezref.info/How+to+setup+Alfresco+with+Nginx+as+the+frontend+web+server.html" rel="nofollow noopener noreferrer"&gt;Ezref.info - How to setup Alfresco with Nginx as the frontend web server&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 17:08:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-com-ssl/m-p/278777#M231907</guid>
      <dc:creator>douglascrp</dc:creator>
      <dc:date>2016-10-26T17:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco com SSL</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-com-ssl/m-p/278778#M231908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My operating system is Windows Server, and 3 links in your reply is for Linux&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2016 09:52:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-com-ssl/m-p/278778#M231908</guid>
      <dc:creator>webdevptg</dc:creator>
      <dc:date>2016-10-27T09:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco com SSL</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-com-ssl/m-p/278779#M231909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Both Apache and NGINX can be installed on Windows.&lt;/P&gt;&lt;P&gt;The tutorials contain information to help you to configure them if you decide to install them.&lt;/P&gt;&lt;P&gt;I don't know any tutorial for Alfresco with SSL on Windows.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2016 18:16:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-com-ssl/m-p/278779#M231909</guid>
      <dc:creator>douglascrp</dc:creator>
      <dc:date>2016-10-27T18:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco com SSL</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-com-ssl/m-p/278780#M231910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Going back to your first configuration, all you need is to include solr client certificate on your new keystore, read carefully &lt;A href="https://angelborroy.wordpress.com/2016/06/15/configuring-alfresco-ssl-certificates/" title="https://angelborroy.wordpress.com/2016/06/15/configuring-alfresco-ssl-certificates/" rel="nofollow noopener noreferrer"&gt;Configuring Alfresco SSL certificates | Programming and So&lt;/A&gt;&amp;nbsp; to learn how&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2016 18:20:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-com-ssl/m-p/278780#M231910</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2016-10-27T18:20:34Z</dc:date>
    </item>
  </channel>
</rss>

