I want to test the client authentication with Comodo free before i buy it. The server certificate ist installed in Apache 2.064 and worked. I have created an e-mail certificate and installed it in firefox. Now i want to run my site https://mydomain.de but it refuses my client key with the following error message:
SSL3_GET_CLIENT_CERTIFICATE:peer did not return a certificate No CAs known to server for verification?
My ssl.conf:
…
SSLEngine On
SSLProtocol all
SSLCertificateFile c:/comodo/mydomain_de.crt
SSLCertificateKeyFile c:/comodo/mykey.pem
SSLCertificateChainFile c:/comodo/mydomain_de.ca-bundle
SSLVerifyClient require
SSLVerifyDepth 10
SSLOptions +StdEnvVars +ExportCertData
Is it not possible with a free account or what is wrong? Please help!!!