Issue in Solr upgrade from 5.x to 8.x

2020-08-05 Thread Anchal Sharma2 - anchs...@in.ibm.com
Hi All, We are presently using solr 5.3.0 and planning to migrate to version 8.4.1 .I tried using index upgrader for the same . I am able to upgrade 5.3.0->6.6.6 and 6.6.6 to 7.7.3.But when I try upgrading 7.7.3 index to 8.4.1,I keep getting following error : This index was initially

Solr not starting after enabling SSL

2019-04-03 Thread Anchal Sharma2
Hi All, We recently migrated our existing solr(version 5.3.0) from AIX OS server to Linux based server.And it works fine(http solr) . RHEL version 7.6 Java version 1.8(IBM Java) But now ,when trying to enable SSL over same ,the solr doesnt start after enabling SSL. It says "Address already

solr SSL encryption degardes solr performance

2019-02-04 Thread Anchal Sharma2
Hi All, We had recently enabled SSL on solr. But afterwards ,our application performance has degraded significantly i.e the time for the source application to fetch a record from solr has increased from approx 4 ms to 200 ms(this is for a single record) .This amounts to a lot of time ,when

Re: solr is using TLS1.0

2018-11-29 Thread Anchal Sharma2
sing the system property "com.ibm.jsse2.overrideDefaultTLS" as documented here: https://www.ibm.com/support/knowledgecenter/en/SSYKE2_8.0.0/com.ibm.java.security.component.80.doc/security-component/jsse2Docs/matchsslcontext_tls.html regards, Hendrik On 22.11.2018 07:25, Anchal Sharma2 wrote

Re: solr is using TLS1.0

2018-11-21 Thread Anchal Sharma2
e.org Date: 21-11-2018 05:28 Subject:Re: solr is using TLS1.0 On 11/20/2018 3:02 AM, Anchal Sharma2 wrote: > I have enabled SSL for solr using steps mentioned over Lucene > website .And though solr console URL is now secure(https) ,it is still > using TLS v1.0. > I have tr

solr is using TLS1.0

2018-11-20 Thread Anchal Sharma2
Hi All, I have enabled SSL for solr using steps mentioned over Lucene website .And though solr console URL is now secure(https) ,it is still using TLS v1.0. I have tried few things to force SSL to use TLS1.2 protocol ,but they have not worked for me . While trying to do same ,I have

Re: Question regarding TLS version for solr

2018-05-24 Thread Anchal Sharma2
chultz <ch...@christopherschultz.net> Date: 05/23/2018 07:29PM Subject: Re: Question regarding TLS version for solr -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Anchal, On 5/23/18 2:38 AM, Anchal Sharma2 wrote: > Thank you for replying .But ,I checked the java version solr using > ,and it i

Re: Question regarding TLS version for solr

2018-05-23 Thread Anchal Sharma2
ding TLS version for solr -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Shawn, On 5/17/18 4:23 AM, Shawn Heisey wrote: > On 5/17/2018 1:53 AM, Anchal Sharma2 wrote: >> We are using solr version 5.3.0 and have been trying to enable >> security on our solr .We followed ste

Question regarding TLS version for solr

2018-05-17 Thread Anchal Sharma2
Hi All, We are using solr version 5.3.0 and have been trying to enable security on our solr .We followed steps mentioned on site -https://lucene.apache.org/solr/guide/6_6/enabling-ssl.html .But by default it picks ,TLS version 1.0,which is causing an issue as our application uses TLSv