<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#ffffff">
Greetings<br>
<br>
I'm trying to configure mod_nss in Apache in order to use it as my
client certificate authentication mechanism, but I'm having problems
with it..<br>
<br>
I'd like to use client authentication in some parts of a website... so
I tried to do it as with mod_ssl, using the Location directive with the
NSSVerifyClient require directive inside, but I never works... I always
get this error...<br>
<br>
Mon Aug 30 14:17:34 2010] [info] Requesting connection re-negotiation<br>
[Mon Aug 30 14:17:34 2010] [debug] nss_engine_kernel.c(404): Performing
full renegotiation: complete handshake protocol<br>
[Mon Aug 30 14:17:34 2010] [debug] nss_engine_kernel.c(426): Awaiting
re-negotiation handshake<br>
<b>[Mon Aug 30 14:17:34 2010] [info] Read error -12176<br>
[Mon Aug 30 14:17:34 2010] [error] Re-negotiation handshake failed: Not
accepted by client!?</b><br>
[Mon Aug 30 14:17:34 2010] [debug] mod_deflate.c(615): [client
192.168.125.53] Zlib: Compressed 283 to 216 : URL /files, referer:
<a class="moz-txt-link-freetext" href="https://amsterdam/">https://amsterdam/</a><br>
[Mon Aug 30 14:17:34 2010] [info] (70014)End of file found: SSL input
filter read failed.<br>
[Mon Aug 30 14:17:34 2010] [info] Connection to child 69 closed (server
amsterdam:443, client 192.168.125.53)<br>
<br>
After this, I checked the documentation and it says I can work
per-server or per-directory context... So I tried to do it per-server
and It works perfectly.. but, as I told you, this is not the solution
I'm looking for.. so I tried to configure it per-directory... but it
doesn't work neither...<br>
<br>
Here I attach my per-directory configuration... Is just a test but this
is more or less how it should look at the end:<br>
<br>
<br>
<br>
<i><VirtualHost *:443><br>
<br>
    ServerName amsterdam<br>
<br>
    LogLevel debug<br>
    ErrorLog /var/log/apache2/testmodnss/error.log<br>
    CustomLog /var/log/apache2/testmodnss/access.log combined<br>
    DocumentRoot /var/www/testmodnss<br>
<br>
    # ssl<br>
    NSSEngine on<br>
    RewriteEngine on<br>
NSSCipherSuite
-des,-desede3,-rc2,-rc2export,-rc4,-rc4export,+rsa_3des_sha,+rsa_des_56_sha,+rsa_des_sha,+rsa_null_md5,+rsa_null_sha,+rsa_rc2_40_md5,+rsa_rc4_128_md5,+rsa_rc4_128_sha,+rsa_rc4_40_md5,+rsa_rc4_56_sha,+fortezza,+fortezza_rc4_128_sha,+fortezza_null,+fips_des_sha,+fips_3des_sha,+rsa_aes_128_sha,+rsa_aes_256_sha<br>
<br>
  NSSProtocol All<br>
<br>
## Certificate database. It contains both public and private key of the
ssl server. It also contains the CA certificate of the allowed client
certificates<br>
NSSCertificateDatabase /etc/apache2/certs/nss/<br>
<br>
NSSNickName Server-Cert<br>
<br>
<br>
# ssl client<br>
<br>
    <Directive "/var/www/testmodnss/files/"><br>
<br>
        AllowOverride all<br>
        NSSVerifyClient require<br>
        NSSOptions +ExportCertData<br>
        NSSOptions +StdEnvVars<br>
<br>
    </Location><br>
<br>
</VirtualHost><br>
<br>
NSSPassPhraseHelper /usr/sbin/nss_pcache<br>
<br>
</i><br>
<br>
Could you please help me?<br>
<br>
Thank you very much<br>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
Un saludo,

Tomás Tormo Franco
Area de sistemas

INDENOVA S.L.
C/ Dels Traginers 14, 2º B
Polígono Vara de Quart
46014 Valencia
Tel. (34) 96 381 99 47
Fax. (34) 96 381 99 48

<a class="moz-txt-link-abbreviated" href="mailto:ttormo@indenova.com">ttormo@indenova.com</a>
<a class="moz-txt-link-freetext" href="http://www.indenova.com">http://www.indenova.com</a>

Descárguese gratuitamente el software eSigna Viewer para visualizar documentos firmados electrónicamente: <a class="moz-txt-link-freetext" href="http://www.indenova.com/eSignaViewer.php">http://www.indenova.com/eSignaViewer.php</a>
</pre>
</body>
</html>