Re: Add support for PSK cipher suites patch

2018-01-25 Thread Maxim Dounin
Hello! On Thu, Jan 25, 2018 at 05:07:03PM +0100, Sékine Coulibaly wrote: > Nate,Maxim, > > I found a patch here > (http://mailman.nginx.org/pipermail/nginx-devel/2017-September/010449.html) > regarding the PSK spport in Nginx. I can not make the new parameter > ssl_psk_file work. > > I applied

Add support for PSK cipher suites patch

2018-01-25 Thread Sékine Coulibaly
Nate,Maxim, I found a patch here (http://mailman.nginx.org/pipermail/nginx-devel/2017-September/010449.html) regarding the PSK spport in Nginx. I can not make the new parameter ssl_psk_file work. I applied it to release-1.13.5 successfully. I updated my nginx.conf to stream { upstream dtls_ud

Re: how to trigger "proxy_next_upstream invalid_header"?

2018-01-25 Thread Roman Arutyunyan
Hi Jeffrey, On Thu, Jan 25, 2018 at 05:41:50PM +0800, Jeffrey 'jf' Lim wrote: > This is more of a curiosity thing, I guess, than anything else, but... > how do you trigger an "proxy_next_upstream invalid_header" when > testing? > > I've tried basically sending random text from an upstream ('nc -l

how to trigger "proxy_next_upstream invalid_header"?

2018-01-25 Thread Jeffrey 'jf' Lim
This is more of a curiosity thing, I guess, than anything else, but... how do you trigger an "proxy_next_upstream invalid_header" when testing? I've tried basically sending random text from an upstream ('nc -l')... but nginx holds on to the connection and ends up triggering a "timeout" instead. If