Re: Client certificate authentication with multiple CA but single CRL

2019-10-10 Thread Maxim Dounin
Hello! On Wed, Oct 09, 2019 at 05:55:31PM -0400, vz19 wrote: > 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

Re: Add header to response before response is cached

2019-10-10 Thread Francis Daly
On Mon, Oct 07, 2019 at 12:07:29PM -0700, Roger Fischer wrote: Hi there, > is there a way in an NGINX HTTP Proxy to add a header to the response before > it is cached? > > I would like to capture some information from the request and add it to the > cached response, so that all clients

Re: Odd behavior

2019-10-10 Thread Francis Daly
On Wed, Oct 09, 2019 at 07:53:44PM -0400, Ken Wright wrote: > On 10/9/19 4:27 AM, Francis Daly wrote: > > On Wed, Oct 09, 2019 at 01:52:11AM -0400, Ken Wright wrote: Hi there, > > If you can show a (small) config that someone else can use to see the > > issue, perhaps it will be clear what needs

gzip compression for upstream requests

2019-10-10 Thread Dmitry Vereschaka
Hi Does nginx support compression of proxied upstream requests (not responses)? I have configuration below and what I see is that responses are sent uncompressed to upstream server (and I'm getting compressed responses from upstream, as upstream is also nginx with gzip compression enabled).

Re: gzip compression for upstream requests

2019-10-10 Thread Maxim Dounin
Hello! On Thu, Oct 10, 2019 at 05:12:40PM +0300, Dmitry Vereschaka wrote: > Does nginx support compression of proxied upstream requests (not > responses)? No. > I have configuration below and what I see is that responses are sent Just a side note: you probably mean "requests" here. >

Re: gzip compression for upstream requests

2019-10-10 Thread Dmitry Vereschaka
Thank you! On Thu, Oct 10, 2019 at 6:05 PM Maxim Dounin wrote: > Hello! > > On Thu, Oct 10, 2019 at 05:12:40PM +0300, Dmitry Vereschaka wrote: > > > Does nginx support compression of proxied upstream requests (not > > responses)? > > No. > > > I have configuration below and what I see is that

[njs] Fixed Date() constructor according to specification.

2019-10-10 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/eb57c1e27495 branches: changeset: 1180:eb57c1e27495 user: Dmitry Volyntsev date: Thu Oct 10 20:54:03 2019 +0300 description: Fixed Date() constructor according to specification. diffstat: src/njs_date.c | 71