Michele MasèRegardsSome suggestions?Using only one CA in the file (file /path/to/pemfile.pem)orThe only way it works is without the SSLRequire directive.When i try to use this configuration I receive:I'm testing a client authentication using:I should use two different CA with the same DN (file /path/to/pemfile.pem)
SSLCACertificateFile /path/to/pemfile.pem
<LocationMatch "/test">
SSLVerifyClient require
SSLVerifyDepth 2
SSLOptions +StdEnvVars +ExportCertData
SSLRequire %{SSL_CLIENT_I_DN} eq "/C=US/O=acme/OU=acme/CN=acme"
/LocationMatch>
Access totest denied for 10.10.10.10 (requirement _expression_ not fulfilled)
Failed _expression_: %{SSL_CLIENT_I_DN} eq ...