Hi Shawn, I want traffic passed over https to flow through the load balancer and resolve on the Solr servers by an address of https://solr.mydomain.com:8983/solr. The hostname I have set for the Solr Master is master.mydomain.com and the Slave is slave.mydomain.com.
So, are you stating that so long as my DNS has an entry for the domain of https://solr.mydomain.com:8983/solr it should work, even if the individual Solr servers have their host set as master.mydomain.com or slave.mydomain.com. Regards, Kelly -----Original Message----- From: Shawn Heisey <apa...@elyograg.org> Sent: Thursday, August 9, 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 in the HTTP request. If Solr receives the traffic on its TCP port, it will answer, no matter what host value you send. It's not possible to configure even one name, let alone multiple names. What is it that you're trying to accomplish that has you thinking you need to add another hostname? I read your message, but I do not see the end goal. https://home.apache.org/~hossman/#xyproblem Thanks, Shawn