Re: SSL Client Certificate Validation

2018-03-27 Thread dhallam
Thank you. Please accept my apologies for not spotting that in the documentation. Many thanks. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,279204,279206#msg-279206 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/l

Re: SSL Client Certificate Validation

2018-03-27 Thread Maxim Dounin
Hello! On Tue, Mar 27, 2018 at 08:37:11AM -0400, dhallam wrote: > I'm running nginx version: nginx/1.11.5 (nginx-plus-r11). I am trying to > connect a tcp client (with client cert) over SSL to nginx, where the SSL > will be validated and terminated, and then onto the upsteam server in the > clear

SSL Client Certificate Validation

2018-03-27 Thread dhallam
Hi, I'm running nginx version: nginx/1.11.5 (nginx-plus-r11). I am trying to connect a tcp client (with client cert) over SSL to nginx, where the SSL will be validated and terminated, and then onto the upsteam server in the clear. I have the following configuration: stream { upstream ups