Here is my full "nginx -V" output:
nginx version: nginx/1.9.10
built by gcc 4.9.2 (Debian 4.9.2-10)
built with OpenSSL 1.0.1k 8 Jan 2015
TLS SNI support enabled
configure arguments: --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx
--conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/err
Hello Maxim,
The configuration is loaded correctly and is handling requests.
"nginx -t" shows that all is OK and a 200 OK response is returned
correctly.
My front-end server is running version 1.9.10 (I ran "nginx -v").
So proxy_ssl_certificate is valid in my case.
The backend server is running v
Hello!
On Sun, Mar 13, 2016 at 07:24:05AM -0400, elanh wrote:
> Hello,
>
> I'm using nginx as a proxy to a backend server.
> The backend server is also using nginx and enforcing client certificate
> authentication using the ssl_client_certificate and ssl_verify_client
> directives.
>
> In my n
Hello,
I'm using nginx as a proxy to a backend server.
The backend server is also using nginx and enforcing client certificate
authentication using the ssl_client_certificate and ssl_verify_client
directives.
In my nginx server I set the following:
location /proxy {
proxy_pass