<?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 Custom SSL Cert (wildcard especially) configuration? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/custom-ssl-cert-wildcard-especially-configuration/m-p/295609#M248739</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Right-o, does anybody have any pointers on getting a custom SSL certificate to work holistically throughout an Alfresco installation? So far, I can:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1.) Get either a self-signed cert or a valid wildcard cert to install on Tomcat… yay. BUT: once I do this, it breaks both Jetty (for Sharepoint integration) and SOLR (for search, dashlet rendering, etc). I have minimized that effect by moving to Lucene in this test case, but Sharepoint refuses to work, specifically with the dreaded "Server could not be contacted" message; browsing to &lt;/SPAN&gt;&lt;A href="https://alfresco.xxx.com:7070" rel="nofollow noopener noreferrer"&gt;https://alfresco.xxx.com:7070&lt;/A&gt;&lt;SPAN&gt; goes nowhere… so it seems Jetty just hangs up. To do this, I've used:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1.) A custom keystore (not the Alfresco defaults);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2.) Added a connector on 8443 in /tomcat/conf/server.xml, pointing to the custom keystore;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;3.) Modified the endpoints in /tomcat/shared/classes/alfresco/web-extension/share-config-custom.xml to point to &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://" rel="nofollow noopener noreferrer"&gt;https://&lt;/A&gt;&lt;SPAN&gt; and :8443;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4.) Modified Jetty in /tomcat/webapps/alfresco/WEB-INF/classes/alfresco/module/&lt;/SPAN&gt;&lt;A href="http://org.alfresco.module.vti/context/vti-context.xml" rel="nofollow noopener noreferrer"&gt;org.alfresco.module.vti/context/vti-context.xml&lt;/A&gt;&lt;SPAN&gt; to use the new keystore location, the new keypassword and password (using the default "changeit" to avoid typos), and a keystore type of JKS as specified in ./keytool commands;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5.) And added the following to alfresco-global.properties to tie it all together:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#####################&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;### CUSTOM CONTEXT###&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#####################&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;web.application.context.url=&lt;/SPAN&gt;&lt;A href="https://127.0.0.1:8443/alfresco" rel="nofollow noopener noreferrer"&gt;https://127.0.0.1:8443/alfresco&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;alfresco.context=alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;alfresco.host=${localname}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;alfresco.port=8443&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;alfresco.protocol=https&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;share.context=share&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;share.host=${localname}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;share.port=8443&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;share.protocol=https&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;########################## &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;### CUSTOM SHAREPOINT ###&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;##########################&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;vti.server.external.host=alfresco.mydomain.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;BR /&gt;&lt;SPAN&gt;7.) I have tried this both on 4.2.c as well as the 4.2.d nightly, which I'm leaning towards as I understand there are a few Jetty bugs/issues in 4.2.c from the JIRA. Same results on both, however.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;SO!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As I mentioned, this gets HTTPS working pretty well. I get my certificate served up and trusted, the application generally functions, but I must be missing something, because SOLR and Jetty just WILL NOT PLAY WELL. I can post up log info, but the broken SOLR is jamming up the logs extensively, so before doing large and possibly unhelpful dumps, does anyone have a sense of what could be broken given the above, or know of a more comprehensive walkthrough a la &lt;/SPAN&gt;&lt;A href="http://www.optimit.hr/blog/-/blogs/alfresco-https-setup" rel="nofollow noopener noreferrer"&gt;http://www.optimit.hr/blog/-/blogs/alfresco-https-setup&lt;/A&gt;&lt;SPAN&gt;, which I found to be more complete/helpful than the Alfresco and Tomcat documentation in getting this far?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks, and cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;br&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Apr 2013 13:04:04 GMT</pubDate>
    <dc:creator>brandall</dc:creator>
    <dc:date>2013-04-02T13:04:04Z</dc:date>
    <item>
      <title>Custom SSL Cert (wildcard especially) configuration?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-ssl-cert-wildcard-especially-configuration/m-p/295609#M248739</link>
      <description>Right-o, does anybody have any pointers on getting a custom SSL certificate to work holistically throughout an Alfresco installation? So far, I can:1.) Get either a self-signed cert or a valid wildcard cert to install on Tomcat… yay. BUT: once I do this, it breaks both Jetty (for Sharepoint integrat</description>
      <pubDate>Tue, 02 Apr 2013 13:04:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-ssl-cert-wildcard-especially-configuration/m-p/295609#M248739</guid>
      <dc:creator>brandall</dc:creator>
      <dc:date>2013-04-02T13:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Custom SSL Cert (wildcard especially) configuration?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-ssl-cert-wildcard-especially-configuration/m-p/295610#M248740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;check this out, I've been documenting my whole process, just figured out the SSL today: &lt;/SPAN&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;Your config sounds very similar. I'm just debugging some SSO since I got SSL going, and specifically with the 1 login popup opening Sharepoint over SSL now.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2013 20:32:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-ssl-cert-wildcard-especially-configuration/m-p/295610#M248740</guid>
      <dc:creator>102020</dc:creator>
      <dc:date>2013-04-08T20:32:17Z</dc:date>
    </item>
  </channel>
</rss>

