From c7e7afb9515021276567c1369542ecd4d3e84842 Mon Sep 17 00:00:00 2001 From: nterranova <nicholas.terranova@cnaf.infn.it> Date: Wed, 14 Mar 2018 14:54:35 +0100 Subject: [PATCH] added test voms_generic_attributes.t, generic attributes verification still missing --- t/voms_generic_attributes.t | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/t/voms_generic_attributes.t b/t/voms_generic_attributes.t index bd433e9..fd2a8a3 100644 --- a/t/voms_generic_attributes.t +++ b/t/voms_generic_attributes.t @@ -22,18 +22,18 @@ __DATA__ location = / { default_type text/plain; echo $voms_fqans; - echo $voms_user; + echo $voms_user; } } --- config location = / { proxy_pass https://localhost:8443/; - proxy_ssl_certificate ../../certs/3.cert.pem; - proxy_ssl_certificate_key ../../certs/3.key.pem; + proxy_ssl_certificate ../../certs/4.cert.pem; + proxy_ssl_certificate_key ../../certs/4.key.pem; } --- request GET / --- response_body -/test +/test/exp1,/test/exp2,/test/exp3/Role=PIPPO /C=IT/O=IGI/CN=test0 --- error_code: 200 -- GitLab