<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hi Tomas,<br><br>Its missing something on your post, like the first location, etc, but anyway, is when using the "location" tag that is giving the problem? I dont use it but will make a test to see what happens here<br><br>Luis<br><br><br><br><hr id="stopSpelling">Date: Mon, 30 Aug 2010 14:24:00 +0200<br>From: ttormo@indenova.com<br>To: mod_nss-list@redhat.com<br>Subject: [Mod_nss-list] Problem configuring Client certificate Authentication<br><br>


<meta http-equiv="Content-Type" content="text/html; charset=unicode">
<meta name="Generator" content="Microsoft SafeHTML">




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="ecxmoz-txt-link-freetext" href="https://amsterdam/" target="_blank">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="ecxmoz-signature">-- <br>Un saludo,<br><br>Tomás Tormo Franco<br>Area de sistemas<br><br>INDENOVA S.L.<br>C/ Dels Traginers 14, 2º B<br>Polígono Vara de Quart<br>46014 Valencia<br>Tel. (34) 96 381 99 47<br>Fax. (34) 96 381 99 48<br><br><a class="ecxmoz-txt-link-abbreviated" href="mailto:ttormo@indenova.com">ttormo@indenova.com</a><br><a class="ecxmoz-txt-link-freetext" href="http://www.indenova.com" target="_blank">http://www.indenova.com</a><br><br>Descárguese gratuitamente el software eSigna Viewer para visualizar documentos firmados electrónicamente: <a class="ecxmoz-txt-link-freetext" href="http://www.indenova.com/eSignaViewer.php" target="_blank">http://www.indenova.com/eSignaViewer.php</a><br></pre>


<br>_______________________________________________
Mod_nss-list mailing list
Mod_nss-list@redhat.com
https://www.redhat.com/mailman/listinfo/mod_nss-list                                      </body>
</html>