Re: Problem with SSL handshake

2016-08-17 Thread Maxim Dounin
Hello! On Wed, Aug 17, 2016 at 12:05:24PM +, Mik J wrote: > nginx version: 1.6.2 > Hello, > The client and Nginx server seem to have problem to establish a SSL > connection. In the logs I have this[crit] 18386#0: *1 SSL_do_handshake() > failed (SSL: error:14094456:SSL routines:SSL3_READ_BYT

How to calculate used shared memory in slab?

2016-08-17 Thread nobody
Hello, I'm the developer of Nchan (previously known as the http push module) -- https://github.com/slact/nchan. I'm writing a stub_status - like stats output handler, and I want to output the amount of shared memory actually used. I could keep track of the raw bytes allocated with wrappers to ngx_s

Re: Start nginx worker process with same user as master process

2016-08-17 Thread Francis Daly
On Wed, Aug 17, 2016 at 12:03:48PM -0400, Sushma wrote: Hi there, > I have setup nginx master process with a user , lets say user1. By that, do you mean "you run nginx as user1", or something else? > In the nginx.conf, user directive is mentioned with nginx. (user nginx;) > I understand that

Start nginx worker process with same user as master process

2016-08-17 Thread Sushma
I have setup nginx master process with a user , lets say user1. In the nginx.conf, user directive is mentioned with nginx. (user nginx;) I understand that worker processes will be spawned by user nginx when I start nginx. Is there a way to start worker processes also as user1 without changing any

Problem with SSL handshake

2016-08-17 Thread Mik J
nginx version: 1.6.2 Hello, The client and Nginx server seem to have problem to establish a SSL connection. In the logs I have this[crit] 18386#0: *1 SSL_do_handshake() failed (SSL: error:14094456:SSL routines:SSL3_READ_BYTES:tlsv1 unsupported extension:SSL alert number 110) whle SSL handshaking