From: sebdet Date: Thu, 17 Oct 2019 09:13:55 +0000 (+0200) Subject: Fix the nginx config X-Git-Tag: 6.0.0~538^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=60589997611a737190d75d81d562f5c2aa2bdfc8;hp=-c;p=oom.git Fix the nginx config Fix nginx config so that AAF can work through it Issue-ID: CLAMP-519 Change-Id: Ica2d3ea6f6c4b19e019f3e7cf30e5b1372f07255 Signed-off-by: sebdet --- 60589997611a737190d75d81d562f5c2aa2bdfc8 diff --git a/kubernetes/clamp/resources/config/nginx.conf b/kubernetes/clamp/resources/config/nginx.conf index ce94eff70f..da7978ad01 100644 --- a/kubernetes/clamp/resources/config/nginx.conf +++ b/kubernetes/clamp/resources/config/nginx.conf @@ -4,8 +4,10 @@ server { ssl_protocols TLSv1.2; ssl_certificate /etc/ssl/clamp.pem; ssl_certificate_key /etc/ssl/clamp.key; + ssl_verify_client optional_no_ca; location /restservices/clds/ { proxy_pass https://clamp-backend:443; + proxy_set_header X-SSL-Cert $ssl_client_escaped_cert; } location / {