Mailing List Archive

[6865] cherokee/trunk/admin/PageVServer.py: Update a string in Cherokee Admin.
Revision: 6865
http://svn.cherokee-project.com/changeset/6865
Author: alo
Date: 2011-09-19 23:08:25 +0200 (Mon, 19 Sep 2011)
Log Message:
-----------
Update a string in Cherokee Admin. This should have been part of
r6864. -- Thanks to Si Feng for noticing it!

Revision Links:
--------------
http://svn.cherokee-project.com/changeset/6864

Modified Paths:
--------------
cherokee/trunk/admin/PageVServer.py

Modified: cherokee/trunk/admin/PageVServer.py
===================================================================
--- cherokee/trunk/admin/PageVServer.py 2011-09-18 19:13:17 UTC (rev 6864)
+++ cherokee/trunk/admin/PageVServer.py 2011-09-19 21:08:25 UTC (rev 6865)
@@ -45,7 +45,7 @@
NOTE_CERT = N_('This directive points to the PEM-encoded Certificate file for the server (Full path to the file)')
NOTE_CERT_KEY = N_('PEM-encoded Private Key file for the server (Full path to the file)')
NOTE_CA_LIST = N_('File containing the trusted CA certificates, utilized for checking the client certificates (Full path to the file)')
-NOTE_CIPHERS = N_('Ciphers that TLS/SSL is allowed to use. <a target="_blank" href="http://www.openssl.org/docs/apps/ciphers.html">Reference</a>. (Default: HIGH:!ADH:!MD5).')
+NOTE_CIPHERS = N_('Ciphers that TLS/SSL is allowed to use. <a target="_blank" href="http://www.openssl.org/docs/apps/ciphers.html">Reference</a>. (Default: HIGH:!aNULL:!MD5).')
NOTE_CLIENT_CERTS = N_('Skip, Accept or Require client certificates.')
NOTE_VERIFY_DEPTH = N_('Limit up to which depth certificates in a chain are used during the verification procedure (Default: 1)')
NOTE_ERROR_HANDLER = N_('Allows the selection of how to generate the error responses.')