Subject: CAcert Code Development list.
List archive
- From: Benny Baumann <benbe AT cacert.org>
- To: cacert-devel AT lists.cacert.org
- Subject: Re: configuration for cats
- Date: Mon, 14 Mar 2016 09:23:44 +0100
Hi,
Am 13.03.2016 um 19:01 schrieb Karl-Heinz Gödderz:
> Hi Jan,
> thank you.
>
> is it right with you, that I try to solve your bug 0611?
Yes, but as far as I know the _ function already maps to gettext:
http://php.net/manual/en/function.gettext.php
I'm not sure what in particular the bug refers to. But I'm all for it
getting resolved, one way or the other :P
But I think you refer to
https://bugs.cacert.org/view.php?id=610
in which case the current state is the following:
Files are sent as Latin1, but all special characters are encoded using
HTML entities in numeric form - thus already allowing for the full UTF-8
range to be supported. The downside is with input processing as browsers
may choose which of the encodings (content encoding or form tag
encoding) to follow.
As there basically is a working solution (in the sense "not too horribly
broken) I'd suggest to better invest in the actually pressing issues
like 1260:
https://bugs.cacert.org/view.php?id=1260
Note the current release branch has to be merged in to refresh some of
the work already done.
>
> Regards
> Karl-Heinz
Kind regards,
BenBE.
>
>
> Am 13.03.2016 um 15:09 schrieb Jan Dittberner:
>> On Sun, Mar 13, 2016 at 11:43:24AM +0100, Karl-Heinz Gödderz wrote:
>>> Hi there,
>>>
>>> I'm trying to install cats on my computer and in the INSTALL.txt I found
>>>
>>> - Make sure that the directive "SSLVerifyClient optional" or
>>> "SSLVerifyClient require"
>>> are active for the CATS web directory, otherwise no client certificate
>>> login is requested
>>> from your browser
>>>
>>> where has this to happen?
>>>
>>> I'm not very used in apache-configuration or where else this has to be
>>> done.
>>>
>>> Can please someone help me ?
>> Hello,
>>
>> these directives appear in the VirtualHost block for the cats virtual host:
>>
>> --- 8< -------------------------------------------------------------------
>> NameVirtualHost *:443
>>
>> <VirtualHost *:443>
>> SSLEngine On
>> SSLCertificateFile /home/cats/ssl/certs/cats_cert.pem
>> SSLCertificateKeyFile /home/cats/ssl/private/cats_privatekey.pem
>> SSLCACertificateFile
>> /usr/share/ca-certificates/cacert.org/cacert.org.crt
>> SSLVerifyDepth 10
>> SSLOptions +StdEnvVars +ExportCertData +StrictRequire
>> SSLVerifyClient require
>>
>> ServerAdmin
>> support AT cacert.org
>> DocumentRoot /home/cats/public_html
>> ServerName cats.cacert.org
>> ErrorLog /home/cats/logs/error.log
>> CustomLog /home/cats/logs/access.log "%h %l %{SSL_CLIENT_S_DN_Email}x
>> %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\""
>>
>> </VirtualHost>
>> --- 8< -------------------------------------------------------------------
>>
>>> and next question is, what charset the cats directory is. utf-8?
>> According to the output of file it is a mixture of ISO-8859-1 and UTF-8.
>> There is an open issue to use UTF-8 everywhere [1]. The issue contains some
>> comments on the consequences that have to be considered for a switch to
>> UTF-8.
>>
>> [1] http://bugs.cacert.org/view.php?id=610
>>
>>
>> Kind regards
>> Jan
>>
>
>
Attachment:
smime.p7s
Description: S/MIME Cryptographic Signature
- configuration for cats, Karl-Heinz Gödderz, 03/13/2016
- Re: configuration for cats, Jan Dittberner, 03/13/2016
- Re: configuration for cats, Karl-Heinz Gödderz, 03/13/2016
- Re: configuration for cats, Jan Dittberner, 03/13/2016
- Re: configuration for cats, Benny Baumann, 03/14/2016
- Re: configuration for cats, Karl-Heinz Gödderz, 03/13/2016
- Re: configuration for cats, Jan Dittberner, 03/13/2016
Archive powered by MHonArc 2.6.18.