Re: Question about IF and auth subrequest

2021-02-25 Thread Vincent Blondel
Thank You for the update, Will try and let You know ... -V. On Wed, Feb 24, 2021 at 9:03 PM Maxim Dounin wrote: > Hello! > > On Wed, Feb 24, 2021 at 06:44:49PM +0100, Vincent Blondel wrote: > > > Thank You for the swift answer Maxim. > > If I understand, you mean somet

Re: Question about IF and auth subrequest

2021-02-24 Thread Vincent Blondel
off; proxy_set_header Content-Length ""; proxy_pass http://backend; } -V. On Wed, Feb 24, 2021 at 3:01 PM Maxim Dounin wrote: > Hello! > > On Wed, Feb 24, 2021 at 10:39:57AM +0100, Vincent Blondel wrote: > > > Hello all, > > I have a quick question about the u

Question about IF and auth subrequest

2021-02-24 Thread Vincent Blondel
Hello all, I have a quick question about the usage of IF and auth_request. I would like to know if it is possible to use a IF statement to condition the proxy behaviour of one /location depending on the response headers of the sub auth request ... location /subrequest/ { proxy_pass xxx; } loca

Re: Howto Remove the Cache-Control request header.

2021-01-19 Thread Vincent Blondel
Hello Thank You for the help I made some errors in my checks and confirm it is doing the job Thank You Vincent On Sun, Jan 17, 2021 at 1:16 AM Francis Daly wrote: > On Sat, Jan 16, 2021 at 07:11:54PM +0100, Vincent Blondel wrote: > > Hi there, > > > We want nginx to remove

Re: Howto Remove the Cache-Control request header.

2021-01-16 Thread Vincent Blondel
7:14 PM Thomas Ward wrote: > proxy_ignore_headers Cache-Control; > > Get BlueMail for Android <http://www.bluemail.me/r?b=16117> > ------ > *From:* Vincent Blondel > *Sent:* Sat Jan 16 13:11:54 EST 2021 > *To:* nginx@nginx.org > *Subject:*

Howto Remove the Cache-Control request header.

2021-01-16 Thread Vincent Blondel
Hello, We want nginx to remove the request header Cache-Control before to proxy the request to the OCS. We do like this ... location /xxx { more_set_headers 'Strict-Transport-Security: max-age=31622400; includeSubDomains'; more_set_headers 'X-XSS-Protection: 1; mode=block';

Re: CHACHA20-POLY1305 Server Preference NOK with tlsv1.3

2020-05-04 Thread Vincent Blondel
=SHA256 ECDHE-PSK-AES128-CBC-SHA TLSv1 Kx=ECDHEPSK Au=PSK Enc=AES(128) Mac=SHA1 On Mon, May 4, 2020 at 5:54 PM Maxim Dounin wrote: > Hello! > > On Mon, May 04, 2020 at 07:49:26AM +0200, Vincent Blondel wrote: > > > thanks for the update Maxim but unfortunately still

Re: CHACHA20-POLY1305 Server Preference NOK with tlsv1.3

2020-05-03 Thread Vincent Blondel
9PM +0200, Vincent Blondel wrote: > > > Hello, > > > > Trying to get CHACHA20-POLY1305 Server Preference ... Working with > tlsv1.2 > > but NOK with tlsv1.3 > > > > ** Tried with a Custom OpenSSL.conf ServerPreference,PrioritizeChaCha > > >

CHACHA20-POLY1305 Server Preference NOK with tlsv1.3

2020-05-03 Thread Vincent Blondel
Hello, Trying to get CHACHA20-POLY1305 Server Preference ... Working with tlsv1.2 but NOK with tlsv1.3 ** Tried with a Custom OpenSSL.conf ServerPreference,PrioritizeChaCha OPENSSL_CONF=$HOME/conf/openssl.conf $HOME/bin/nginx.exe [default_conf] ssl_conf = ssl_sect [ssl_sect] system_default = sy

Re: ‘ngx_libc_crypt’ error: implicit declaration of function ‘crypt’

2020-02-09 Thread Vincent Blondel
thank You for the Support ... libcrypt-devel was the package missing in my cygwin install. this is now working :-) On Sun, Feb 9, 2020 at 10:46 AM Francis Daly wrote: > On Sat, Feb 08, 2020 at 06:21:34PM +0100, Vincent Blondel wrote: > > Hi there, > > > anybody know why ma

‘ngx_libc_crypt’ error: implicit declaration of function ‘crypt’

2020-02-08 Thread Vincent Blondel
Hi all, anybody know why make nginx 1.17.8 on cygwin fails with ... $ make make -f objs/Makefile make[1]: Entering directory '/home/devel/nginx-1.17.8' cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \