Hi Team,
We have installed Solr and integrated to SAS ECM 6.3.
We have secured the solr with ssl and enabled authentication. No URL of solr is allowed without credentials and it is a BASIC Authentication.
After enabling authentication, Solr search is not showing in ECM screen. Below is the error.
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>Error 401 Unauthorized</title>
</head>
<body><h2>HTTP ERROR 401</h2>
<p>Problem accessing /solr/EntCaseMgmtCollection/admin/ping. Reason:
<pre> Unauthorized</pre></p><hr><i><small>Powered by Jetty://</small></i><hr/>
</body>
</html>
Solr URL is updated in SMC under ECM property. Can someone please suggest me how to pass the credentials to Solr URL.
Thanks In Advance,
Sandeep