<?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: Securing community edition with a SSL. in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/securing-community-edition-with-a-ssl/m-p/2361#M418</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have all that configured and still cannot get it to work. One other thing that i forget to put in the post is the ssl certificate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i purchared the cert i was in .crt and i used the keytool to import into ssl.keystore. I also thought that might be the wrong format so i then when back to my provider and downloaed the .pem file and imported it. So I'm not sure if i have the cert in the correct spot or if its correctly configured in my ssl.keystore.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Jan 2017 15:39:44 GMT</pubDate>
    <dc:creator>michaelr93</dc:creator>
    <dc:date>2017-01-06T15:39:44Z</dc:date>
    <item>
      <title>Securing community edition with a SSL.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/securing-community-edition-with-a-ssl/m-p/2359#M416</link>
      <description>Currently i have 5.x version of community edition and i want to install a ssl to secure the site. I have followed many docs from this site on how to setup and apparently i must be missing a few things because i still cannot get my site to work.Here i what I have done so farI used the tool keytool to</description>
      <pubDate>Thu, 05 Jan 2017 17:53:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/securing-community-edition-with-a-ssl/m-p/2359#M416</guid>
      <dc:creator>michaelr93</dc:creator>
      <dc:date>2017-01-05T17:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Securing community edition with a SSL.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/securing-community-edition-with-a-ssl/m-p/2360#M417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Try to set the SSLEnabled="true" for tomcat connector&lt;/P&gt;&lt;P&gt;&amp;lt;Connector port="8443" protocol="HTTP/1.1" &lt;STRONG&gt;SSLEnabled="true"&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 02:49:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/securing-community-edition-with-a-ssl/m-p/2360#M417</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2017-01-06T02:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: Securing community edition with a SSL.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/securing-community-edition-with-a-ssl/m-p/2361#M418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have all that configured and still cannot get it to work. One other thing that i forget to put in the post is the ssl certificate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i purchared the cert i was in .crt and i used the keytool to import into ssl.keystore. I also thought that might be the wrong format so i then when back to my provider and downloaed the .pem file and imported it. So I'm not sure if i have the cert in the correct spot or if its correctly configured in my ssl.keystore.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 15:39:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/securing-community-edition-with-a-ssl/m-p/2361#M418</guid>
      <dc:creator>michaelr93</dc:creator>
      <dc:date>2017-01-06T15:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: Securing community edition with a SSL.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/securing-community-edition-with-a-ssl/m-p/2362#M419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The easiest way to get SSL working is to install Apache (or your favorite HTTP server) and use it as a reverse proxy. That way, Apache is handling the SSL and Tomcat can concentrate on being an app server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, on a side note, it sounds like it may be too late, but if this is a public facing machine you can get a free, high-quality cert from letsencrypt.org. There is a project on github called &lt;A href="https://github.com/certbot/certbot" rel="nofollow noopener noreferrer"&gt;certbot&lt;/A&gt; which scripts the whole thing. It removes all of the keytool/certificate fuss and muss. I've used it on many of my client projects and it works great.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 23:34:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/securing-community-edition-with-a-ssl/m-p/2362#M419</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2017-01-06T23:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Securing community edition with a SSL.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/securing-community-edition-with-a-ssl/m-p/2363#M420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all the comments. I think i will try the previous suggestion on having apache which is already built into my server and forward the traffic tot he tomcat after its secured. I will reply again my progress whether it good or bad.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2017 17:48:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/securing-community-edition-with-a-ssl/m-p/2363#M420</guid>
      <dc:creator>michaelr93</dc:creator>
      <dc:date>2017-01-09T17:48:01Z</dc:date>
    </item>
  </channel>
</rss>

