Re: Odd behavior

2019-10-09 Thread Ken Wright
On 10/9/19 4:27 AM, Francis Daly wrote: > On Wed, Oct 09, 2019 at 01:52:11AM -0400, Ken Wright wrote: > > When I enter my domain name in Firefox, I get a 404 status. > Do your nginx logs show this request getting to nginx? > > If not, there is something outside of nginx that needs changing first.

Client certificate authentication with multiple CA but single CRL

2019-10-09 Thread vz19
Hi, My current nginx configuration has 3 CAs concatenated into a PEM file called /etc/ngx_cas. However, only one of these CAs is configured with a CRL which is stored in /etc/ngx_crls. ssl_client_certificate /etc/ngx_cas; ssl_verify_client strict; ssl_crl

Re: Trailing Slash Redirect Loop Help

2019-10-09 Thread Francis Daly
On Wed, Oct 09, 2019 at 01:54:58PM -0400, Alex Med wrote: Hi there, > Here is the full configuration with reverse proxy, pagespeed,and > lowercasing. It all > works well, but now that I incorporated removing the trailing slash it > brought up new > issues: https://pastebin.com/keQ239D4. Let me k

Re: Trailing Slash Redirect Loop Help

2019-10-09 Thread Alex Med
Dear Francis: Thank you for your answers. Here is the full configuration with reverse proxy, pagespeed,and lowercasing. It all works well, but now that I incorporated removing the trailing slash it brought up new issues: https://pastebin.com/keQ239D4. Let me know if you prefer that I post the co

Re: Odd behavior

2019-10-09 Thread Francis Daly
On Wed, Oct 09, 2019 at 01:52:11AM -0400, Ken Wright wrote: Hi there, > When I enter my domain name in Firefox, I get a 404 status. Do your nginx logs show this request getting to nginx? If not, there is something outside of nginx that needs changing first. Perhaps if you test using "curl", th

Re: Odd behavior

2019-10-09 Thread Peter Booth
Is your web server on the internet? If so then see what redbot shows. It’s an amazing tool to debug nuanced http issues Sent from my iPhone > On Oct 9, 2019, at 1:52 AM, Ken Wright wrote: > > Sorry to be taking up so much bandwidth lately, but I'm seeing some > weird behavior from nginx. > >