<?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 Tomcat SSL Help Plz [Solved] in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/tomcat-ssl-help-plz-solved/m-p/293724#M246854</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Greetz!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So I've been working on getting my 3dp CA installed but coming into problems. I know a lot of people are using mod_jk and fronting with Apache, don't want to do that, seems really unnecessary.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After looking at server.xml for tomcat, I see that Alfresco is using ssl.keystore and ssl.truststore. I've also been readying about the cacerts file located in alfresco\java\jre\lib\security&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Basically I have what is called a class 4 ssl certificate (extended class 3).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;From my CA (startcom) they give me:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ca.pem&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;sub.class4.server.ca.pem&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;or they can give me the same thing in .crt format (or .der format i think it is?).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've been able to install with the .crt, but get error: ERR_SSL_VERSION_OR_CIPHER_MISMATCH&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also have a .p12 file, .crt and .key file (which is what I made the .p12 from).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How exactly did Alfresco change this from a stock tomcat config? What is the proper procedure, i've seen tons of posts, some kinda work, some dont, and my CA give me this to follow:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://forum.startcom.org/viewtopic.php?f=15&amp;amp;t=1390" rel="nofollow noopener noreferrer"&gt;https://forum.startcom.org/viewtopic.php?f=15&amp;amp;t=1390&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All help greatly appreciated, as this part seems to not be greatly documented in regards to importing your 3dp CA.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Mar 2013 20:35:35 GMT</pubDate>
    <dc:creator>102020</dc:creator>
    <dc:date>2013-03-26T20:35:35Z</dc:date>
    <item>
      <title>Tomcat SSL Help Plz [Solved]</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tomcat-ssl-help-plz-solved/m-p/293724#M246854</link>
      <description>Greetz!So I've been working on getting my 3dp CA installed but coming into problems. I know a lot of people are using mod_jk and fronting with Apache, don't want to do that, seems really unnecessary.After looking at server.xml for tomcat, I see that Alfresco is using ssl.keystore and ssl.truststore.</description>
      <pubDate>Tue, 26 Mar 2013 20:35:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tomcat-ssl-help-plz-solved/m-p/293724#M246854</guid>
      <dc:creator>102020</dc:creator>
      <dc:date>2013-03-26T20:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: Tomcat SSL Help Plz [Solved]</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tomcat-ssl-help-plz-solved/m-p/293725#M246855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok so here are the commands and such you need to do, we used StartCom SSL for our 3DP ssl.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;keytool -genkey -alias myServer.FQDN.com -dname "cn=myServer.FQDN.com, o=FQDN, o=.com" -keystore c:\Alfresco\alf_data\keystore\keystore.jks -keysize 2048 -keyalg RSA&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;keytool -certreq -alias myServer.FQDN.com -file myServer.FQDN.com.csr&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt;Copy contents of csr, paste into startcom, generates crt, download crt. at same time download intermediate and root certs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;keytool -import -trustcacerts -alias startcom.ca -file c:\Alfresco\alf_data\keystore\ca.crt -keystore c:\Alfresco\java\jre\lib\security\cacerts&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;keytool -import -trustcacerts -alias startcom.ca.sub -file c:\Alfresco\alf_data\keystore\sub.class3.server.ca.crt -keystore c:\Alfresco\java\jre\lib\security\cacerts&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt;Restart Alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;keytool -importcert -alias myServer.FQDN.com -file c:\Alfresco\alf_data\keystore\myServer.FQDN.com.signed.crt -trustcacerts -keystore c:\Alfresco\alf_data\keystore\keystore.jks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt;Edit c:\Alfresco\tomcat\conf\server.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Find:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Connector port="8443" protocol="org.apache.coyote.http11.Http11Protocol" SSLEnabled="true"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&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="C:\Alfresco/alf_data/keystore/ssl.keystore" keystorePass="kT9X6oe68t" keystoreType="JCEKS"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; secure="true" connectionTimeout="240000" truststoreFile="C:\Alfresco/alf_data/keystore/ssl.truststore" truststorePass="kT9X6oe68t" truststoreType="JCEKS"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&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="false" sslProtocol="TLS" allowUnsafeLegacyRenegotiation="true" maxSavePostSize="-1" /&amp;gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Replace:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Connector port="8443" protocol="org.apache.coyote.http11.Http11Protocol" SSLEnabled="true"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&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="C:\Alfresco/alf_data/keystore/keystore.jks" keystorePass="kT9X6oe68t" keystoreType="JKS"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; secure="true" connectionTimeout="240000" clientAuth="false" sslProtocol="TLS" allowUnsafeLegacyRenegotiation="true" maxSavePostSize="-1" /&amp;gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This will get SSL on port 8443 (or whatever you set your SSL port as) to be a fully signed certificate. You can also go into your alfresco-global.properties and add the following to use the same certificate for Share Point SSL over port 7070:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;### Sharepoint ###&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;vti.server.external.host=myServer.FQDN.com&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;vti.server.external.port=7070&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;vti.server.external.protocol=https&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;vti.server.ssl.keystore=C:/Alfresco/keys/keystore.jks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;vti.server.ssl.password=kT9X6oe68t&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;just a note: the vti.server.ssl.password value is the default keystore password.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2013 18:50:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tomcat-ssl-help-plz-solved/m-p/293725#M246855</guid>
      <dc:creator>102020</dc:creator>
      <dc:date>2013-04-08T18:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: Tomcat SSL Help Plz [Solved]</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tomcat-ssl-help-plz-solved/m-p/293726#M246856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have followed your instructions and modified them accordingly to work on the OS that I'm using. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My topic is here: &lt;/SPAN&gt;&lt;A href="http://forums.alfresco.com/forum/installation-upgrades-configuration-integration/integration-other-systems/integrating-0" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/forum/installation-upgrades-configuration-integration/integration-other-systems/integrating-0&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I followed your instructions from here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.alfresco.com/forum/installation-upgrades-configuration-integration/installation-upgrades/howto-installconfig-3x" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/forum/installation-upgrades-configuration-integration/installation-upgrades/howto-installconfig-3x&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So I skipped over the first part and went down to the https part and followed the instructions for a self signed cer. I didn't do that above part where you add to the alfresco-global.properties file. I don't know if it is crucial to have that step or not. When I make the changes and restart alfresco I can't reach &lt;/SPAN&gt;&lt;A href="https://my.fqdn.addy:8443/share" rel="nofollow noopener noreferrer"&gt;https://my.fqdn.addy:8443/share&lt;/A&gt;&lt;SPAN&gt; nor &lt;/SPAN&gt;&lt;A href="http://my.fqdn.addy:8080/share" rel="nofollow noopener noreferrer"&gt;http://my.fqdn.addy:8080/share&lt;/A&gt;&lt;SPAN&gt;. Neither one works…in fact it breaks. I end up having to completely erase the whole install and re-install.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So I tried modifying the share-config-custom.xml like the original instructions said to do. That doesn't do anything either. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any off chance you could point me in the right direction of what I need to do? Right now I'm working on using apache (httpd) to handle the ssl and not worry about the tomcat version that alfresco uses. I'd like not to do it that way, but I'm running out of options to try.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Bitto&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2013 21:05:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tomcat-ssl-help-plz-solved/m-p/293726#M246856</guid>
      <dc:creator>eswbitto</dc:creator>
      <dc:date>2013-06-18T21:05:21Z</dc:date>
    </item>
  </channel>
</rss>

