<?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 Re: Installing SSL Certificate in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/installing-ssl-certificate/m-p/252408#M205538</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;After some very frustrating weeks I've come to the conclusion that configuring Alfresco to use SSL is not possible with the documentation available. Tomcat can be configured with the appropriate SSL site certificate but doing that breaks SOLR or some other part of Alfresco. The whole Alfresco setup is, I might say, incredible fragile and a little frightening (I've had several upgrades that just didn't work, causing the migration of files via webDAV (loosing all the metadata and versioning)).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;Anyway, the only way I've found to make &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://" rel="nofollow noopener noreferrer"&gt;https://&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; access work with my own SSL certificate is to use the Apache Tomcat Connector. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ensure you have the mod_jk installed in Apache then….&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Create a "worker file" as &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;alfresco-4.0.c/tomcat/conf/workers.properties&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;it contains…&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;worker.list=tomcat&lt;BR /&gt;worker.tomcat.port=8009&lt;BR /&gt;worker.tomcat.host=localhost&lt;BR /&gt;worker.tomcat.type=ajp13&lt;BR /&gt;worker.tomcat.lbfactor=1&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;2. In the apache configuration file add&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;JkWorkersFile /var/home/user/alfresco-4.0.c/tomcat/conf/workers.properties&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Within the particular &amp;lt;VirtualHost *:443&amp;gt; definition tag of the apache configuration file add&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;JkMount /share/* tomcat&lt;BR /&gt;JkMount /share tomcat&lt;BR /&gt;JkMount /alfresco tomcat&lt;BR /&gt;JkMount /alfresco/* tomcat&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jan 2012 14:22:28 GMT</pubDate>
    <dc:creator>michaelk</dc:creator>
    <dc:date>2012-01-26T14:22:28Z</dc:date>
    <item>
      <title>Installing SSL Certificate</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/installing-ssl-certificate/m-p/252407#M205537</link>
      <description>I am trying to get SSL access to Alfresco working using my own certificate (instead of the default)I have installed my SSL certificate into the keystore pointed to by tomcat/conf/server.xml and installed the primary and secondary CA certificates into the truststore.How do I tell Alfresco (or Tomcat</description>
      <pubDate>Tue, 17 Jan 2012 21:17:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/installing-ssl-certificate/m-p/252407#M205537</guid>
      <dc:creator>michaelk</dc:creator>
      <dc:date>2012-01-17T21:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: Installing SSL Certificate</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/installing-ssl-certificate/m-p/252408#M205538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;After some very frustrating weeks I've come to the conclusion that configuring Alfresco to use SSL is not possible with the documentation available. Tomcat can be configured with the appropriate SSL site certificate but doing that breaks SOLR or some other part of Alfresco. The whole Alfresco setup is, I might say, incredible fragile and a little frightening (I've had several upgrades that just didn't work, causing the migration of files via webDAV (loosing all the metadata and versioning)).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;Anyway, the only way I've found to make &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://" rel="nofollow noopener noreferrer"&gt;https://&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; access work with my own SSL certificate is to use the Apache Tomcat Connector. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ensure you have the mod_jk installed in Apache then….&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Create a "worker file" as &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;alfresco-4.0.c/tomcat/conf/workers.properties&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;it contains…&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;worker.list=tomcat&lt;BR /&gt;worker.tomcat.port=8009&lt;BR /&gt;worker.tomcat.host=localhost&lt;BR /&gt;worker.tomcat.type=ajp13&lt;BR /&gt;worker.tomcat.lbfactor=1&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;2. In the apache configuration file add&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;JkWorkersFile /var/home/user/alfresco-4.0.c/tomcat/conf/workers.properties&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Within the particular &amp;lt;VirtualHost *:443&amp;gt; definition tag of the apache configuration file add&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;JkMount /share/* tomcat&lt;BR /&gt;JkMount /share tomcat&lt;BR /&gt;JkMount /alfresco tomcat&lt;BR /&gt;JkMount /alfresco/* tomcat&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2012 14:22:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/installing-ssl-certificate/m-p/252408#M205538</guid>
      <dc:creator>michaelk</dc:creator>
      <dc:date>2012-01-26T14:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: Installing SSL Certificate</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/installing-ssl-certificate/m-p/252409#M205539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank You for posting your findings. It saved me a lot of time.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 May 2012 15:52:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/installing-ssl-certificate/m-p/252409#M205539</guid>
      <dc:creator>s56wbv</dc:creator>
      <dc:date>2012-05-20T15:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Installing SSL Certificate</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/installing-ssl-certificate/m-p/252410#M205540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The SSL certificate installation requires a dedicated IP address assigned to the domain. After getting dedicated IP you will be able to create SSL key through WHM. The option in the control panel can be used to generate a key for you. You need to use this key and purchase an SSL cert from any certificate issuing authority like Verisign.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 05:08:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/installing-ssl-certificate/m-p/252410#M205540</guid>
      <dc:creator>volkeram</dc:creator>
      <dc:date>2013-04-10T05:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Installing SSL Certificate</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/installing-ssl-certificate/m-p/252411#M205541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Michelk,… please introduce myself. My name is henry, i'm from indonesia (sory if my bad english)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i intermit with point 2 &amp;amp; 3 :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;JkWorkersFile /var/home/user/alfresco-4.0.c/tomcat/conf/workers.properties and&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;JkMount /share/* tomcat&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;JkMount /share tomcat&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;JkMount /alfresco tomcat&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;JkMount /alfresco/* tomcat&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1&amp;gt; does it all have to be made in /etc/apache2/apache2.conf ??&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2&amp;gt; do i have to put workers.properties file in path /etc/apache2 ??&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you and I appreciate for your help ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Henry L.S&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2014 01:54:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/installing-ssl-certificate/m-p/252411#M205541</guid>
      <dc:creator>gopei</dc:creator>
      <dc:date>2014-06-13T01:54:54Z</dc:date>
    </item>
  </channel>
</rss>

