Re: [users@httpd] SSL_CLIENT_CERT sent empty.

2023-04-08 Thread Daniel Ferradal
Hello, For mod_ssl it is *%{SSL_CLIENT_CERT}x* El mar, 4 abr 2023 a las 13:55, Juan Francisco Jiménez Pérez (< jf.jimenezpe...@mnemo.com>) escribió: > Hi! > > I have configured my apache server to request client certificates for > authentication for a specific location match. > This is how it is

[users@httpd] SSL_CLIENT_CERT sent empty.

2023-04-04 Thread Juan Francisco Jiménez Pérez
Hi! I have configured my apache server to request client certificates for authentication for a specific location match. This is how it is configured: * * *SSLOptions +ExportCertData +StdEnvVar* *SSLVerifyClient optional_no_ca* * Header always set SSL-CLIENT-CERT "%{SSL_CLIENT_CERT}e"* *