Re: Various errors while configuring nginx for certificate-based client auth

2019-12-05 Thread lucaprete
You got it! :) Some steps before I was using envsubst, which was also trying to substitute the nginx variables. Specifying what variables to substitute (i.e. envsubst '$ONLY_THIS_VAR' < mydomain.com.conf) solved the issue. Thank you! Posted at Nginx Forum: https://forum.nginx.org/read.php?2,286

Re: Various errors while configuring nginx for certificate-based client auth

2019-12-05 Thread Maxim Dounin
Hello! On Thu, Dec 05, 2019 at 06:51:17AM -0500, lucaprete wrote: > I'm using nginx in form of container (docker.io/nginx), version > 1.17.3-alpine > I'm trying to setup my nginx to do TLS auth and then forward packets to > another host in the network. > As part of this I also have to support som

Various errors while configuring nginx for certificate-based client auth

2019-12-05 Thread lucaprete
Hi guys, I'm using nginx in form of container (docker.io/nginx), version 1.17.3-alpine I'm trying to setup my nginx to do TLS auth and then forward packets to another host in the network. As part of this I also have to support some probes that continuously monitor a secondary location, same server