Good morning everyone,
I'm running solr 4.0 Final with ManifoldCF v1.2dev on tomcat 7.0.37 and I
had shards up and running on http but when I migrated to SSL it won't work
anymore.
First I got an IO Exception but then I changed my configuration in
solrconfig.xml to this:
   <requestHandler name="/all" class="solr.SearchHandler">
     <lst name="defaults">
       <str name="echoParams">explicit</str>
       <str name="wt">xml</str>
       <str name="indent">true</str>
       <str name="q.alt">*:*</str>

    <str name="fl">id, solr.title, content, category, link, pubdateiso</str>

    <str
name="shards">dev:7443/solr/ProfilesJava/|dev:7443/solr/C3Files/|dev:7443/solr/Blogs/|dev:7443/solr/Communities/|dev:7443/solr/Wikis/|dev:7443/solr/Bedeworks/|dev:7443/solr/Forums/|dev:7443/solr/Web/|dev:7443/solr/Bookmarks/</str>
 
        
     </lst>
         <shardHandlerFactory class="HttpShardHandlerFactory">
                <str name="urlScheme">https://</str>
                <int name="socketTimeOut">1000</int>
        <int name="connTimeOut">5000</int>
        </shardHandlerFactory>   

  </requestHandler>

And Now I'm getting this error:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers
available to handle this request:
How do I configure shards with SSL?
Thanks,



--
View this message in context: 
http://lucene.472066.n3.nabble.com/How-to-configure-shards-with-SSL-tp4054735.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to