Re: SSL using CloudSolrClient

2021-02-03 Thread ChienHuaWang
Thanks for the information. Could you advise whether CloudSolrClient is compatible with non-TLS? even client is not configure, it can still connect to Solr (TLS enabled)? -- Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: SSL using CloudSolrClient

2021-02-03 Thread Jörn Franke
Only between Solr nodes PKIauthentication works > Am 03.02.2021 um 21:27 schrieb Jörn Franke : > > SSL is transport security. For authentication you have to use basic or > kerberos or Hadoop. You may also need to configure authorisation > >> Am 03.02.2021 um 21:22 schrieb ChienHuaWang : >> >

Re: SSL using CloudSolrClient

2021-02-03 Thread Jörn Franke
SSL is transport security. For authentication you have to use basic or kerberos or Hadoop. You may also need to configure authorisation > Am 03.02.2021 um 21:22 schrieb ChienHuaWang : > > Hi, > > I am implementing SSL between Solr and Client communication. The clients > connect to Solr via Clo

SSL using CloudSolrClient

2021-02-03 Thread ChienHuaWang
Hi, I am implementing SSL between Solr and Client communication. The clients connect to Solr via CloudSolrClient According to doc , the passwords should also be set in clients. However, in testi