Nginx with Mbed TLS

2018-06-18 Thread PiAil
Hi, I'm trying to implement Mbed TLS (and suppress all the OpenSSL part at the same time) in Nginx for learning reasons. I've found https://github.com/Yawning/nginx-polarssl that helped me a lot, evenf if both Nginx and Mbed TLS have a bit changed since that time. I have a problem : the handshak

Re: nginx sometimes close connection to grpc upstream when keepalive is set

2018-06-18 Thread Maxim Dounin
Hello! On Sun, Jun 17, 2018 at 12:46:35PM -0400, peanutgyz wrote: > when grpc server response > SETTINGS[0], WINDOW_UPDATE[0], PING[0], HEADERS[1], DATA[1], HEADERS[1] in > one tcp packet, > > nginx want to send settings ack and call function > ngx_http_grpc_send_settings_ack, write some data

Re: outbound UDP port 1

2018-06-18 Thread Maxim Dounin
Hello! On Sun, Jun 17, 2018 at 01:36:25AM +0200, Alexander Morozov wrote: > Hello. > > I was doing experiments with the sandboxing in FreeBSD and I executed > nginx sandboxed (in sandbox for FreeBSD) and I noticed that sandbox > blocked 2 outbound datagrams from nginx (uid:root) process. > >

Re: 413 Request Entity Too Large

2018-06-18 Thread Kaushal Shriyan
On Sat, Jun 16, 2018 at 1:36 PM Aleksandar Lazic wrote: > Hi. > > On 16/06/2018 10:56, Kaushal Shriyan wrote: > >Hi, > > > >I am encountering 413 Request Entity Too Large in the browser. I have > >added upload_max_filesize = 20M. I have added client_max_body_size 20M; > >in nginx.conf and i am st

Re: 413 Request Entity Too Large

2018-06-18 Thread Kaushal Shriyan
On Mon, Jun 18, 2018 at 10:03 PM Kaushal Shriyan wrote: > > > On Sat, Jun 16, 2018 at 1:36 PM Aleksandar Lazic wrote: > >> Hi. >> >> On 16/06/2018 10:56, Kaushal Shriyan wrote: >> >Hi, >> > >> >I am encountering 413 Request Entity Too Large in the browser. I have >> >added upload_max_filesize =