Thanks much, Jim, for your response. Thanks again for the assurance again that I'm heading towards the right direction.
I actually had this tab open in Chrome for the past 4 days.. I actually got the idea from this very link.. I see that the author's nginx configuration is very simple compared to others I've seen. For e.g, this link https://github.com/o19s/solr_nginx The reason why I was hoping someone would show me a redacted nginx config they cooked up. I still can't wrap my head around moving the Basic Auth to nginx.. How would this be done? Thanks, Lee Get BlueMail for Android On Jun 1, 2024, 11:47 PM, at 11:47 PM, Jim Morgan <jim.mor...@nknews.org.invalid> wrote: >This guide is a bit old, but should at least give you an idea of how it >fits together. >https://curiousprogrammer.dev/blog/setting-up-solr-on-nginx-with-lets-encrypt/| > >On Sun, Jun 2, 2024 at 11:41 AM Jim Morgan <jim.mor...@nknews.org> >wrote: > >> Absolutely a valid plan. Nginx as reverse proxy with SSL termination >and >> certbot is well documented. You might also consider moving the basic >Auth >> into nginx. Or alternatively you can control access by >allowing/denying >> certain IP addresses. >> >> >> >> On Sun, Jun 2, 2024 at 9:24 AM Lee Daniel <l...@caribbeannewmedia.com> >> wrote: >> >>> Hey Guys, >>> >>> >>> I have been drowning here for the past couple days trying to make >Solr >>> servicer more secure. >>> >>> Currently, I have Basic Authentication and RuleBased Authorization >set up. >>> We will scale, so I expect more request eventually. >>> >>> The Enabling SSL documentation for Solr 9.5 does not work for me. >>> When enabled, I can see the request changes to https through Core >query. >>> The data is successfully retrieved. >>> >>> However, I lose connection to the server from Drupal and that's >after >>> changing to Https. >>> >>> >>> *# Environment* >>> >>> * Server: CentOS 7 >>> * Apache Solr: 9.5 >>> >>> >>> *#Site * >>> >>> * Drupal 9.5.11 >>> * Apache Solr 4.5.1 >>> >>> >>> Most of the recommendation on line is to put Solr behind a proxy. >>> For now, I'd like to use Nginx over HAProxy because of time. I can >>> revisit it later. >>> >>> >>> *# Request (Begging lol)* >>> >>> * Can some show me their set up with Nginx. >>> * I'm completely new to this and would just like a foundation to >start >>> from. >>> >>> >>> >>> *# Plan* >>> >>> * Install certbort >>> * Configure >>> * set up a cron jon to renew at specific times >>> * set up nginx to redirect all traffic to SSL >>> * setup a reverse proxy >>> >>> >>> Not sure if the plan I solid.. May someone please Advise. >>> >>