Re: nginx ssl_verify_client on leads to segmentation fault

2017-05-16 Thread Thomas Glanzmann
Hello Maxim, > Could you please confirm you do _not_ have ssl_certificate defined > in the server block where you've added ssl_verify_client? I confirm the same, the ssl_certificate is defined in another server block. The fix works for me, thanks. Cheers, Thomas

Re: nginx ssl_verify_client on leads to segmentation fault

2017-05-15 Thread Maxim Dounin
Hello! On Mon, May 15, 2017 at 08:16:38AM +0200, Thomas Glanzmann wrote: > Hello, > I'm running nginx from git HEAD, when I add the following two lines to a > https server: > > ssl_client_certificate /tmp/ca.crt; > ssl_verify_client on; > > and connect to the website, I get: > > 2017/05/15 08:

nginx ssl_verify_client on leads to segmentation fault

2017-05-14 Thread Thomas Glanzmann
Hello, I'm running nginx from git HEAD, when I add the following two lines to a https server: ssl_client_certificate /tmp/ca.crt; ssl_verify_client on; and connect to the website, I get: 2017/05/15 08:12:04 [alert] 9109#0: worker process 12908 exited on signal 11 (core dumped) 2017/05/15 08:12: