Re: Connection to SSL enabled solr9 is failing

2023-02-17 Thread Houston Putman
; > > Thanks & Regards, > > ​Keerthi Turakapalli > > > > > > From: Keerthi Turakapalli > > Sent: 24 January 2023 17:13 > > To: dev@solr.apache.org > > Cc: Sangisetti Ramana ; Santosh Kumar Siliveru < > ssili...@o

Re: [EXTERNAL] - Re: Connection to SSL enabled solr9 is failing

2023-02-17 Thread Keerthi Turakapalli
Jan Høydahl Sent: 02 February 2023 14:52 To: dev@solr.apache.org Subject: Re: [EXTERNAL] - Re: Connection to SSL enabled solr9 is failing CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is

Re: [EXTERNAL] - Re: Connection to SSL enabled solr9 is failing

2023-02-02 Thread Jan Høydahl
i > Sent: 02 February 2023 09:15 > To: dev-subscr...@solr.apache.org ; > us...@solr.apache.org > Cc: Jan Høydahl ; Sangisetti Ramana > > Subject: Re: [EXTERNAL] - Re: Connection to SSL enabled solr9 is failing > > Hi, > I need a subscription to ask solr related queries to the dev tea

Re: [EXTERNAL] - Re: Connection to SSL enabled solr9 is failing

2023-02-01 Thread Keerthi Turakapalli
Cc: Jan Høydahl ; Sangisetti Ramana Subject: Re: [EXTERNAL] - Re: Connection to SSL enabled solr9 is failing Hi, I need a subscription to ask solr related queries to the dev team. Please do the needful. Thanks & Regards, ​Keerthi Turakapalli From: Jan

Re: [EXTERNAL] - Re: Connection to SSL enabled solr9 is failing

2023-02-01 Thread Jan Høydahl
kl. 16:06 skrev Keerthi Turakapalli > > : > > > > FYI > > Can you please respond to this mail? > > > > Thanks & Regards, > > ​Keerthi Turakapalli > > > > ________________ > > From: Keerthi Turakapalli > > Sent: 24 January 2023 17:13 &g

Re: [EXTERNAL] - Re: Connection to SSL enabled solr9 is failing

2023-01-31 Thread Keerthi Turakapalli
ards, ​Keerthi Turakapalli From: Jan Høydahl Sent: 31 January 2023 21:56 To: dev@solr.apache.org Cc: Keerthi Turakapalli Subject: [EXTERNAL] - Re: Connection to SSL enabled solr9 is failing CAUTION: This email originated from outside of the organization. Do not click

Re: Connection to SSL enabled solr9 is failing

2023-01-31 Thread Jan Høydahl
s, > ​Keerthi Turakapalli > > > From: Keerthi Turakapalli > Sent: 24 January 2023 17:13 > To: dev@solr.apache.org > Cc: Sangisetti Ramana ; Santosh Kumar Siliveru > ; Dhoka Pramod > Subject: Connection to SSL enabled solr9 is failing > > Hi, > > In solr8.

Re: Connection to SSL enabled solr9 is failing

2023-01-31 Thread Keerthi Turakapalli
FYI Can you please respond to this mail? Thanks & Regards, ​Keerthi Turakapalli From: Keerthi Turakapalli Sent: 24 January 2023 17:13 To: dev@solr.apache.org Cc: Sangisetti Ramana ; Santosh Kumar Siliveru ; Dhoka Pramod Subject: Connection to SSL enabled s

Re: Connection to SSL enabled solr9 is failing

2023-01-24 Thread Jan Høydahl
Hi, You can try using CloudLegacySolrClient as a start, which is exactly like in 8.x. But you'll need to figure out SSL with Http2SolrClient sooner or later since it is deprecated. Jan > 24. jan. 2023 kl. 12:43 skrev Keerthi Turakapalli > : > > Hi, > > In solr8.11.2 we were using the below

Connection to SSL enabled solr9 is failing

2023-01-24 Thread Keerthi Turakapalli
Hi, In solr8.11.2 we were using the below code where the HttpClient object is created with SSLContextFactory to connect to ssl enabled solr. Code Snippet using solr 8.11.2: builder = new CloudSolrClient.Builder(Collections.singletonList(mServerDetails.getZookeeperUrl()), Optional.empty())