Re: reverse proxy with mTLS does not send client certificate to upstream

2022-10-27 Thread Aleksandar Lazic
Hi. On 27.10.22 13:56, Andrej van der Zee wrote: Dear, I am trying to setup an TLS auth reverse proxy with proxy_ssl_certificate and proxy_ssl_certificate_key like below: http { server { listen 8080; resolver 8.8.8.8; location ~ /mimir/(.*)$ { proxy_pass

Re: reverse proxy with mTLS does not send client certificate to upstream

2022-10-27 Thread Maxim Dounin
Hello! On Thu, Oct 27, 2022 at 01:56:25PM +0200, Andrej van der Zee wrote: > I am trying to setup an TLS auth reverse proxy with proxy_ssl_certificate > and proxy_ssl_certificate_key like below: > > http { > server { > listen 8080; > resolver 8.8.8.8; > > location ~ /mim

reverse proxy with mTLS does not send client certificate to upstream

2022-10-27 Thread Andrej van der Zee
Dear, I am trying to setup an TLS auth reverse proxy with proxy_ssl_certificate and proxy_ssl_certificate_key like below: http { server { listen 8080; resolver 8.8.8.8; location ~ /mimir/(.*)$ { proxy_passhttps:///$1; proxy_ssl_certificate_key