BIND 10 trac760, updated. 534acaf92fd8ba43488be7057d7a35623dcab0a9 [trac760] tweak ssl error message
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Jun 30 15:15:56 UTC 2011
The branch, trac760 has been updated
via 534acaf92fd8ba43488be7057d7a35623dcab0a9 (commit)
from dfd7a01376d7b871cf7dfe631f5c96b4b2b7767b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 534acaf92fd8ba43488be7057d7a35623dcab0a9
Author: Jelte Jansen <jelte at isc.org>
Date: Thu Jun 30 17:15:39 2011 +0200
[trac760] tweak ssl error message
-----------------------------------------------------------------------
Summary of changes:
src/bin/cmdctl/cmdctl.py.in | 2 +-
src/bin/cmdctl/cmdctl_messages.mes | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/cmdctl/cmdctl.py.in b/src/bin/cmdctl/cmdctl.py.in
index 304f62d..778d38f 100755
--- a/src/bin/cmdctl/cmdctl.py.in
+++ b/src/bin/cmdctl/cmdctl.py.in
@@ -532,7 +532,7 @@ class SecureHTTPServer(socketserver_mixin.NoPollMixIn,
ssl_version = ssl.PROTOCOL_SSLv23)
return ssl_sock
except (ssl.SSLError, CmdctlException) as err :
- logger.info(CMDCTL_SSL_ERROR_USER_DENIED, err)
+ logger.info(CMDCTL_SSL_SETUP_FAILURE_USER_DENIED, err)
self.close_request(sock)
# raise socket error to finish the request
raise socket.error
diff --git a/src/bin/cmdctl/cmdctl_messages.mes b/src/bin/cmdctl/cmdctl_messages.mes
index 9ba2a9b..55b941f 100644
--- a/src/bin/cmdctl/cmdctl_messages.mes
+++ b/src/bin/cmdctl/cmdctl_messages.mes
@@ -58,7 +58,7 @@ with the tool b10-cmdctl-usermgr.
This debug message indicates that the given command is being sent to
the given module.
-% CMDCTL_SSL_ERROR_USER_DENIED user denied because of SSL error: %1
+% CMDCTL_SSL_SETUP_FAILURE_USER_DENIED failed to create an SSL connection (user denied): %1
The user was denied because the SSL connection could not successfully
be set up. The specific error is given in the log message. Possible
causes may be that the ssl request itself was bad, or the local key or
More information about the bind10-changes
mailing list