Re: Nginx cache-control headers issue

2019-07-19 Thread Andrew Andonopoulos
I tried with upstream cache control and this is the results: Request URL: https://example.com/hls/nickelback/Nickelback-Lullaby_1280_720_1300011.ts?token=st=1563586913~exp=1563673313~acl=/hls/nickelback/*~hmac=bad8f13314c29ec41312b6f10b9106a2f1f024fdfbfce090d9a08bd0a635928f 1. Accept-Rang

Re: Nginx cache-control headers issue

2019-07-19 Thread Andrew Andonopoulos
Hi Francis, Thanks for the response, I checked multiple scenarios and when I removed the token I got the correct header. Looks like when the token is active, I am getting wrong headers. Also "upstream" you mean the Origin for nginx? which is in my case is S3 For example, this is a token-based

Re: Nginx cache-control headers issue

2019-07-19 Thread Francis Daly
On Thu, Jul 18, 2019 at 06:44:13PM -0400, andregr-jp wrote: Hi there, > I have an nginx proxy which suddenly adding 2 cache-control headers and the > last modified time is always the current time: I suspect that whatever is being reverse-proxied changed recently to send these headers. >

Avoid creating a temp file on Nginx host

2019-07-19 Thread manuelcorona
I'm using Nginx in proxy pass mode to serve an application. We have had some issues where the host running Nginx doesn't have enough space to host some uploaded files. Is there a way to stream this files to the backend server without creating a temporary file in the Nginx host? Based on the post h

Re: How to configure Nginx LB IP-Transparency for custom UDP application

2019-07-19 Thread Aleksandar Lazic
Am 16.07.2019 um 13:29 schrieb Jeya Murugan: > @all : Can someone help /point-out what i have missed in > proxy_protocol > here?  the proxy protocol is only designed for tcp not udp. > > I am using *NGINX 1.13.5 as a Load Balancer for one of my > > CUSTOM-APPLICAT

Re: How to configure Nginx LB IP-Transparency for custom UDP application

2019-07-19 Thread Francis Daly
On Fri, Jul 12, 2019 at 11:44:22PM +0530, Jeya Murugan wrote: > On Tue, Jul 9, 2019 at 8:41 PM Roman Arutyunyan wrote: Hi there, > > > I am using *NGINX 1.13.5 as a Load Balancer for one of my > > > CUSTOM-APPLICATION *which will listen on* UDP port 2231,67 and 68.* > > > > > > I am trying for L

Re: nginx 1.17.1 configcheck fails if config'd for TLSv1.3-only ?

2019-07-19 Thread PGNet Dev
You may want to re-read my initial answer and the ticket it links to. If that were _clear_, neither I nor others would STILL be spending time/effort trying to understand & clarify this. Nevermind. ___ nginx mailing list nginx@nginx.org http://mailma

Re: nginx 1.17.1 configcheck fails if config'd for TLSv1.3-only ?

2019-07-19 Thread Maxim Dounin
Hello! On Fri, Jul 19, 2019 at 11:24:36AM -0700, PGNet Dev wrote: > On 7/19/19 11:02 AM, Maxim Dounin wrote: > > Hello! > > > > On Fri, Jul 19, 2019 at 10:52:55AM -0700, PGNet Dev wrote: > > > And, if I change nginx to be 'TLSv1.3-only', > > -ssl_protocols TLSv1.3 TLSv1.2

Re: SSL_write() failed errors

2019-07-19 Thread Palvelin Postmaster via nginx
> On 19 Jul 2019, at 9.59, Maxim Dounin wrote: > > Hello! > > On Thu, Jul 18, 2019 at 10:03:24AM -0700, Palvelin Postmaster via nginx wrote: > >> we’re getting random SSL_write() failed errors on seemingly >> legitimate requests. The common denominator seems to be they are >> all for static

Re: nginx 1.17.1 configcheck fails if config'd for TLSv1.3-only ?

2019-07-19 Thread PGNet Dev
On 7/19/19 11:02 AM, Maxim Dounin wrote: > Hello! > > On Fri, Jul 19, 2019 at 10:52:55AM -0700, PGNet Dev wrote: > And, if I change nginx to be 'TLSv1.3-only', - ssl_protocols TLSv1.3 TLSv1.2; - ssl_ciphers "TLS13-CHACHA20-POLY1305-SHA256 TLS13-AES-256-GCM-SHA384 TLS13

Re: nginx 1.17.1 configcheck fails if config'd for TLSv1.3-only ?

2019-07-19 Thread Maxim Dounin
Hello! On Fri, Jul 19, 2019 at 10:52:55AM -0700, PGNet Dev wrote: > >> And, if I change nginx to be 'TLSv1.3-only', > >> > >> - ssl_protocols TLSv1.3 TLSv1.2; > >> - ssl_ciphers "TLS13-CHACHA20-POLY1305-SHA256 TLS13-AES-256-GCM-SHA384 > >> TLS13-AES-128-GCM-SHA256 ECDHE-ECDSA-CHACHA20-POLY1305

Re: nginx 1.17.1 configcheck fails if config'd for TLSv1.3-only ?

2019-07-19 Thread PGNet Dev
>> And, if I change nginx to be 'TLSv1.3-only', >> >> -ssl_protocols TLSv1.3 TLSv1.2; >> -ssl_ciphers "TLS13-CHACHA20-POLY1305-SHA256 TLS13-AES-256-GCM-SHA384 >> TLS13-AES-128-GCM-SHA256 ECDHE-ECDSA-CHACHA20-POLY1305"; >> +ssl_protocols TLSv1.3; >> +ssl_ciphers "TLS13-CHACHA20-POLY

Re: SSL_write() failed errors

2019-07-19 Thread Maxim Dounin
Hello! On Thu, Jul 18, 2019 at 10:03:24AM -0700, Palvelin Postmaster via nginx wrote: > we’re getting random SSL_write() failed errors on seemingly > legitimate requests. The common denominator seems to be they are > all for static files (images, js, etc.). > > Can anyone help me debug the is

Re: nginx 1.17.1 configcheck fails if config'd for TLSv1.3-only ?

2019-07-19 Thread Maxim Dounin
Hello! On Fri, Jul 19, 2019 at 08:39:15AM -0700, PGNet Dev wrote: > I run nginx > > nginx -v > nginx version: nginx/1.17.1 > > on linux/64. > > I've installed > > which openssl > /usr/local/openssl/bin/openssl > openssl version > Ope

nginx 1.17.1 configcheck fails if config'd for TLSv1.3-only ?

2019-07-19 Thread PGNet Dev
I run nginx nginx -v nginx version: nginx/1.17.1 on linux/64. I've installed which openssl /usr/local/openssl/bin/openssl openssl version OpenSSL 1.1.1c 28 May 2019 nginx is built with/linked to this version ldd