RE: Add Wildcard Certificate to Java Keystore

2018-08-13 Thread Kelly Rusk
to the keystore via this command, all worked: keytool -importkeystore -srckeystore C:\rs-pkgs\my.pfx -srcstoretype pkcs12 -destkeystore S:\Solr\solr-6.6.2\server\etc\solr-ssl.keystore.jks -deststoretype JKS Kelly -Original Message- From: Kelly Rusk Sent: Monday, August 13, 2018 12:38

Solr 6.6.2 ManagedSchema Replication

2018-08-17 Thread Kelly Rusk
Hello all, I am running Solr 6.6.2 in a Master/Slave setup. I need the managedschema file on the Master to replicate to the Slave servers. Does it: - Get replicated automatically with the other files OR - Do I need to include this file to be replicated, and if so, how do I do this as managedsc

Re: Solr 6.6.2 ManagedSchema Replication

2018-08-18 Thread Kelly Rusk
AM To: solr-user@lucene.apache.org Subject: Re: Solr 6.6.2 ManagedSchema Replication On 8/17/2018 9:15 PM, Kelly Rusk wrote: > Hello all, > > I am running Solr 6.6.2 in a Master/Slave setup. I need the managedschema > file on the Master to replicate to the Slave servers. Does i

Re: Solr 6.6.2 ManagedSchema Replication

2018-08-18 Thread Kelly Rusk
ManagedSchema Replication On 8/18/2018 7:19 AM, Kelly Rusk wrote: > In looking at my records, I submitted a bug fix request at that time. A > better question may be have others ran into this issue and what worked for > them? What have others tested? Do you have the issue number and/or a li

RE: Solr 6.6.2 ManagedSchema Replication

2018-08-18 Thread Kelly Rusk
Hello Shawn, Someone else appears to have opened the same issue as what I require: https://issues.apache.org/jira/browse/SOLR-9382 Do you have a recommended workaround as this issue is 2 years old without resolution? Regards, Kelly -Original Message- From: Kelly Rusk Sent

Re: Solr 6.6.2 ManagedSchema Replication

2018-08-18 Thread Kelly Rusk
). Thanks again for all your help and direction. Regards, Kelly From: Shawn Heisey Sent: Saturday, August 18, 2018 10:53 PM To: solr-user@lucene.apache.org Subject: Re: Solr 6.6.2 ManagedSchema Replication On 8/18/2018 6:56 PM, Kelly Rusk wrote: > Hello Sh

Re: Solr 6.6.2 ManagedSchema Replication

2018-08-18 Thread Kelly Rusk
Disregard that last part asking about the reporter. That’s the person who reported the issue... it just sounded like a Solr logging feature. I will check if a reload works. From: Kelly Rusk Sent: Saturday, August 18, 2018 11:09:24 PM To: solr-user

RE: Solr 6.6.2 ManagedSchema Replication

2018-08-20 Thread Kelly Rusk
Hi Shawn, I have tested both reloads and even full restarts of the Solr application, and the managed-schema does not replicate. Any ideas of next steps? Do I need to manually copy the managed-schema over? Regards, Kelly -Original Message- From: Kelly Rusk Sent: Saturday, August 18

RE: Solr 6.6.2 ManagedSchema Replication

2018-08-20 Thread Kelly Rusk
w far back this has been an issue). SOLR-4674 is similar. Best, Erick On Mon, Aug 20, 2018 at 7:33 AM, Kelly Rusk wrote: > Hi Shawn, > > I have tested both reloads and even full restarts of the Solr application, > and the managed-schema does not replicate. Any ideas of next steps

Re: Solr 6.6.2 Master/Slave SSL Replication Error

2018-04-22 Thread Kelly Rusk
Thanks Chris, I already have a key store/trust store and my settings are as follows: set SOLR_SSL_KEY_STORE=etc/solr-ssl.keystore.jks set SOLR_SSL_KEY_STORE_PASSWORD=secret set SOLR_SSL_TRUST_STORE=etc/solr-ssl.keystore.jks set SOLR_SSL_TRUST_STORE_PASSWORD=secret REM Require clients to authentic

Re: Solr 6.6.2 Master/Slave SSL Replication Error

2018-04-22 Thread Kelly Rusk
:40 PM, Kelly Rusk wrote: > I already have a key store/trust store and my settings are as follows: > > set SOLR_SSL_KEY_STORE=etc/solr-ssl.keystore.jks > set SOLR_SSL_KEY_STORE_PASSWORD=secret > set SOLR_SSL_TRUST_STORE=etc/solr-ssl.keystore.jks > set SOLR_SSL_TRUST_STORE_PASSWORD=se

Re: Solr 6.6.2 Master/Slave SSL Replication Error

2018-04-22 Thread Kelly Rusk
Replication Error To: On 4/22/2018 6:27 PM, Kelly Rusk wrote: > Thanks for the assistance. The Master Server has a self-signed Cert with its > machine name, and the Slave has a self-signed Cert with its machine name. > > They have identical configurations, and I created a keystor

RE: Solr 6.6.2 Master/Slave SSL Replication Error

2018-04-23 Thread Kelly Rusk
cause it already exists in the store! Thanks, Kelly -----Original Message- From: Kelly Rusk [mailto:kelly.r...@rackspace.com] Sent: Sunday, April 22, 2018 8:51 PM To: solr-user@lucene.apache.org; solr-user@lucene.apache.org Subject: Re: Solr 6.6.2 Master/Slave SSL Replication Error Makes p

Replicate managed-schema in Solr Master/Slave Configuration

2018-05-31 Thread Kelly Rusk
Hello all, I need to replicate the managed-schema in my Solr 6.6.2 Master/Slave environment and have added the necessary replication handlers. However, as the managed-schema does not have a file extension it doesn't seem to get picked up/replicated: schema.xml,managed-schema,stopwords.txt How ca

RE: Replicate managed-schema in Solr Master/Slave Configuration

2018-05-31 Thread Kelly Rusk
ts? If the schema has changed _and_ you see a replication happens (i.e. new docs appear on the slaves) _and_ the managed-schema still isn't replicated, that would merit a JIRA. Best, Erick On Thu, May 31, 2018 at 3:35 PM, Kelly Rusk wrote: > Hello all, > I need to replicate the man

Self Signed Certificate for Load Balancer and Solr Nodes

2018-06-01 Thread Kelly Rusk
Hello all, We are using self-signed certificates for our two servers in an HTTPS Master/Slave configuration running on Windows (please no discussions about the merits of Linux vs. Windows for Solr, it's a requirement). We have solr1.com and solr2.com self-signed certs that correspond to the two

RE: Self Signed Certificate for Load Balancer and Solr Nodes

2018-06-01 Thread Kelly Rusk
Nodes On 6/1/2018 2:01 PM, Kelly Rusk wrote: > We have solr1.com and solr2.com self-signed certs that correspond to the two > servers. We also have a load balancer with an address named solrlb.com. When > we hit the load balancer it gives us an SSL error, as it is passing us back > to

RE: Self Signed Certificate for Load Balancer and Solr Nodes

2018-06-01 Thread Kelly Rusk
: Christopher Schultz Sent: Friday, June 1, 2018 5:59 PM To: solr-user@lucene.apache.org Subject: Re: Self Signed Certificate for Load Balancer and Solr Nodes -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Kelly, On 6/1/18 5:41 PM, Kelly Rusk wrote: > I can directly connect to either node without is

Solr Multiple Hostnames

2018-08-09 Thread Kelly Rusk
Hello all, Is it possible to have mutiple hostnames for a single Solr node, akin to an IIS Website with multiple host headers? My scenario is that I have a Master/Slave configuration with a load balancer in front. The Master has a url of https://master-solr.mydomain.com and the Slave a url of

RE: Solr Multiple Hostnames

2018-08-10 Thread Kelly Rusk
, 2018 11:00 PM To: solr-user@lucene.apache.org Subject: Re: Solr Multiple Hostnames On 8/9/2018 8:37 PM, Kelly Rusk wrote: > Is it possible to have mutiple hostnames for a single Solr node, akin to an > IIS Website with multiple host headers? Solr doesn't pay attention to any host header

Re: Solr Multiple Hostnames

2018-08-11 Thread Kelly Rusk
Thank you Shawn! Kelly From: Shawn Heisey Sent: Saturday, August 11, 2018 12:01:21 AM To: solr-user@lucene.apache.org Subject: Re: Solr Multiple Hostnames On 8/10/2018 11:12 AM, Kelly Rusk wrote: > I want traffic passed over https to flow through the l

Add Wildcard Certificate to Java Keystore

2018-08-13 Thread Kelly Rusk
Hi all, I have imported a Wildcard Certificate to my Java Keystore and it displays, but when I pull up Internet Explorer and browse to my Solr site, it fails to load and presents TLS errors. Has anyone run into this, what commands do you run to import a Public CA into Solr? Regards, Kelly

RE: Add Wildcard Certificate to Java Keystore

2018-08-13 Thread Kelly Rusk
Sent: Monday, August 13, 2018 12:00 PM To: solr-user@lucene.apache.org Subject: Re: Add Wildcard Certificate to Java Keystore Kelly, On 8/13/18 11:55 AM, Kelly Rusk wrote: > I have imported a Wildcard Certificate to my Java Keystore and it > displays, but when I pull up Internet Explorer and

RE: Add Wildcard Certificate to Java Keystore

2018-08-13 Thread Kelly Rusk
: Add Wildcard Certificate to Java Keystore Kelly, On 8/13/18 12:37 PM, Kelly Rusk wrote: > All I have is the .p12 and password so it has already gone through the > CSR process. How do I import this file into the keystore? Java's keytool won't merge keystores. You'