Re: Nginx upstream server certificate verification

2017-04-10 Thread Sergey Kandaurov
> On 6 Apr 2017, at 21:46, shivramg94 wrote: > > Thank Sergey, for you response. > > I have one more question. If I have multiple upstream server host names in > the upstream server block, then how can I specify the specific upstream > server host name to which the request is being proxied, in

Re: Nginx upstream server certificate verification

2017-04-06 Thread shivramg94
Thank Sergey, for you response. I have one more question. If I have multiple upstream server host names in the upstream server block, then how can I specify the specific upstream server host name to which the request is being proxied, in the proxy_ssl_name directive? Posted at Nginx Forum: http

Re: Nginx upstream server certificate verification

2017-04-03 Thread shivramg94
Thank Sergey, for you response. I have one more question. If I have multiple upstream server host names in the upstream server block, then how can I specify the specific upstream server host name to which the request is being proxied, in the proxy_ssl_name directive? Posted at Nginx Forum: https

Re: Nginx upstream server certificate verification

2017-03-30 Thread Sergey Kandaurov
> On 30 Mar 2017, at 09:59, shivramg94 wrote: > > I am trying to implement HTTPS protocol communication at every layer of a > proxying path. My proxying path is from client to load balancer (nginx) and > then from nginx to the upstream server. > > I am facing a problem when the request is prox

Nginx upstream server certificate verification

2017-03-30 Thread shivramg94
I am trying to implement HTTPS protocol communication at every layer of a proxying path. My proxying path is from client to load balancer (nginx) and then from nginx to the upstream server. I am facing a problem when the request is proxied from nginx to the upstream server. I am getting the fol