Subject: The mailing list for listmasters using Sympa
List archive
Re: [sympa-users] problem authentication with certificates
- From: address@concealed
- To: Riccardo Veraldi <address@concealed>, address@concealed
- Subject: Re: [sympa-users] problem authentication with certificates
- Date: Wed, 27 Sep 2006 11:41:01 +0200
Riccardo Veraldi wrote:
Does the certificat include a email ? You should install pa cgi that show your certificat attributes as they are computed by mod_ssl (see the end of this mail I add some perl that do it ) SSL_CLIENT_S_EMAIL or SSL_CLIENT_S_DN_Email must be present. I search the code in wwsympa source, I see that SubjectAlternativeName (SSL_CLIENT_S_EMAIL) need a patch to mod_ssl (this was a comment from address@concealed) #!/usr/bin/perl print "Content-type: text/plain\n\n"; foreach $var (sort(keys(%ENV))) { $val = $ENV{$var}; $val =~ s|\n|\\n|g; $val =~ s|"|\\"|g; print "${var}=\"${val}\"\n"; } Serge Aumont |
-
[sympa-users] problem authentication with certificates,
Riccardo Veraldi, 09/27/2006
-
Re: [sympa-users] problem authentication with certificates,
serge . aumont, 09/27/2006
- Re: [sympa-users] problem authentication with certificates, Riccardo Veraldi, 09/29/2006
- Re: [sympa-users] problem authentication with certificates, Riccardo Veraldi, 09/29/2006
-
Re: [sympa-users] problem authentication with certificates,
serge . aumont, 09/27/2006
Archive powered by MHonArc 2.6.19+.