<?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 LDAP Authentication with SSL only in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/ldap-authentication-with-ssl-only/m-p/309694#M262824</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a site which can be accessed by SSL only. I've configured the server.xml with a certificate to only enable the 8443 port of the site. This has caused the LDAP authentication to fail, I look in the logs and it's hitting localhost:8080, which is disabled. How can I modify LDAP to work when 8080 is disabled, and all communication must go through 8443 over SSL?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Sep 2016 18:29:24 GMT</pubDate>
    <dc:creator>garbetsp</dc:creator>
    <dc:date>2016-09-27T18:29:24Z</dc:date>
    <item>
      <title>LDAP Authentication with SSL only</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-authentication-with-ssl-only/m-p/309694#M262824</link>
      <description>I have a site which can be accessed by SSL only. I've configured the server.xml with a certificate to only enable the 8443 port of the site. This has caused the LDAP authentication to fail, I look in the logs and it's hitting localhost:8080, which is disabled. How can I modify LDAP to work when 8080</description>
      <pubDate>Tue, 27 Sep 2016 18:29:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-authentication-with-ssl-only/m-p/309694#M262824</guid>
      <dc:creator>garbetsp</dc:creator>
      <dc:date>2016-09-27T18:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Authentication with SSL only</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-authentication-with-ssl-only/m-p/309695#M262825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide the error details from the log?&lt;/P&gt;&lt;P&gt;Making Alfresco accessible via SSL should have no side effects on LDAP authentication which is completely separate from the Tomcat connector configuration.&lt;/P&gt;&lt;P&gt;The only thing I can imagine is that you have unknowingly cut the connection between the Share and Repository tier by disabling the port 8080. In this case you should adapt the share-config-custom.xml configuration for the section "Remote", specifically the URL of the endpoint elements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 20:07:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-authentication-with-ssl-only/m-p/309695#M262825</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2016-09-27T20:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Authentication with SSL only</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-authentication-with-ssl-only/m-p/309696#M262826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Editing this file did change which port it's hitting, and the error logs changed from hitting a dead port to&amp;nbsp;not trusting the cert (hint: it wasn't registered to localhost). So I changed it to point to the server name itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I'm getting the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;2016-09-28 11:21:49,300 INFO [webscripts.connector.RemoteClient] [http-bio-844&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;&lt;SPAN&gt;3-exec-5] Exception calling (GET) &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://XXX.com:8443/alfresc" rel="nofollow noopener noreferrer" target="_blank"&gt;http://XXX.com:8443/alfresc&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;o/s/api/admin/restrictions?guest=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;2016-09-28 11:21:49,300 INFO [webscripts.connector.RemoteClient] [http-bio-84&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;43-exec-5] Error status 500 null&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;org.apache.http.client.ClientProtocolException&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttp&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Client.java:186)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttp&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Client.java:186)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;Over and over in the logs.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 16:26:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-authentication-with-ssl-only/m-p/309696#M262826</guid>
      <dc:creator>garbetsp</dc:creator>
      <dc:date>2016-09-28T16:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Authentication with SSL only</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-authentication-with-ssl-only/m-p/309697#M262827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DOH!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;http -&amp;gt; https for protocol and it just worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 16:33:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-authentication-with-ssl-only/m-p/309697#M262827</guid>
      <dc:creator>garbetsp</dc:creator>
      <dc:date>2016-09-28T16:33:16Z</dc:date>
    </item>
  </channel>
</rss>

