Re: OpenSSL PKCS#11 Engine cannot be reused in child process, worker SSL sessions fail

2015-10-16 Thread Nikos Mavrogiannopoulos
On Sun, 2015-07-26 at 00:20 +0800, Anthony Alba wrote: > Hi developers, > > I am using nginx with an OpenSSL engine (Safenet Luna) which is a > wrapper over PKCS#11. > > The handles return by ENGINE_load_private_key cannot be used in child > processes, aka, workers due to PKCS#11, thus causing

Re: Debugging nginx quiet ugrade

2015-10-16 Thread Maxim Dounin
Hello! On Fri, Oct 16, 2015 at 11:32:42AM +0530, Ruchika Luthra wrote: > Hi Everyone, > > Can anyone please help me how to debug the failure the nginx quietpgrade? > Also I am unable to locate nginx.pid.oldbin. Could this be one of the > reason? You are using the wrong mailing list for the

Re: Error handling from filter modules

2015-10-16 Thread Maxim Dounin
Hello! On Fri, Oct 16, 2015 at 03:16:23PM +0300, Roman Arutyunyan wrote: > > So the question is do filters have to manually call > > ngx_http_finalize_request(r, NGX_HTTP_INTERNAL_SERVER_ERROR); or is it > > expected that the upper layers should actually do the right thing and > > ensure the

Re: [PATCH] Support FreeBSD jails for testing

2015-10-16 Thread Maxim Dounin
Hello! On Fri, Oct 16, 2015 at 12:09:49AM +, Steven Hartland wrote: > # HG changeset patch > # User Steven Hartland > # Date 1444954080 0 > # Fri Oct 16 00:08:00 2015 + > # Node ID c22d8299e7040e0de6f85b4e96d0dd953f7af644 > # Parent

Re: Error handling from filter modules

2015-10-16 Thread Roman Arutyunyan
Hello Steve, > On 16 Oct 2015, at 04:36, Steven Hartland > wrote: > > I'm making changes to a filter module Header filter or body filter? > and when it detected an error it > returned NGX_ERROR however the response generated to the client isn't > the expected