<?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 Solr and admin authentication in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/solr-and-admin-authentication/m-p/268232#M221362</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've managed for test purposes set up the Alfresco Solr integration for 4.0.a, using ssl authentication. I've set it up with alfresco included certificates found in alfresco/keystore.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For what I can tell, indexing is taking place and search return expected results.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What is &lt;/SPAN&gt;&lt;STRONG&gt;not&lt;/STRONG&gt;&lt;SPAN&gt; working is accessing &lt;/SPAN&gt;&lt;A href="https://localhost:8443/solr/admin" rel="nofollow noopener noreferrer"&gt;https://localhost:8443/solr/admin&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Solr is in web.xml by default set up to require certificate authentication&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;login-config&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;auth-method&amp;gt;CLIENT-CERT&amp;lt;/auth-method&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;realm-name&amp;gt;Solr&amp;lt;/realm-name&amp;gt;&lt;BR /&gt;&amp;lt;/login-config&amp;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;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;So I need to get hold of a client certificate, and import this to my browser? I just assume that is what I need to do. The error I get is&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;2011-aug-29 13:20:05 org.apache.coyote.http11.Http11Processor action&lt;BR /&gt;VARNING: Exception getting SSL attributes&lt;BR /&gt;javax.net.ssl.SSLProtocolException: handshake alert: no_certificate&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;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;and then unable to access the solr admin gui.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried with&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;keytool -export –rfc -alias alfresco.ca -file ssl.truststore.crt -keystore ssl.truststore -storepass &amp;lt;password&amp;gt; -storetype JCEKS&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; and with the other keystores. Imported exported crt into browser but that didn't help, and I must admit I not sure what I'm doing here&amp;nbsp; :roll:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Aug 2011 13:31:15 GMT</pubDate>
    <dc:creator>loftux</dc:creator>
    <dc:date>2011-08-29T13:31:15Z</dc:date>
    <item>
      <title>Solr and admin authentication</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solr-and-admin-authentication/m-p/268232#M221362</link>
      <description>I've managed for test purposes set up the Alfresco Solr integration for 4.0.a, using ssl authentication. I've set it up with alfresco included certificates found in alfresco/keystore.For what I can tell, indexing is taking place and search return expected results.What is not working is accessing htt</description>
      <pubDate>Mon, 29 Aug 2011 13:31:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solr-and-admin-authentication/m-p/268232#M221362</guid>
      <dc:creator>loftux</dc:creator>
      <dc:date>2011-08-29T13:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Solr and admin authentication</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solr-and-admin-authentication/m-p/268233#M221363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The detail on how to generate your own certificates will appear on the wiki sometime soon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There will be a suitable certificate for web browser access in the next community drop/HEAD build. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See HEAD\root\projects\repository\config\alfresco\keystore\browser.p12&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 12:03:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solr-and-admin-authentication/m-p/268233#M221363</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2011-09-05T12:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Solr and admin authentication</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solr-and-admin-authentication/m-p/268234#M221364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well, the documentation "Generating New SSL Keys " is realy, realy not clear. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think most people will put the default ssl configuration packaged with the distribution, which will introduce security holes&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2012 13:50:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solr-and-admin-authentication/m-p/268234#M221364</guid>
      <dc:creator>alexist</dc:creator>
      <dc:date>2012-02-13T13:50:14Z</dc:date>
    </item>
  </channel>
</rss>

