BIND 10 trac2641_3, updated. e2e93cd2354580d7707c07f8f73e07e0e27f18c0 [2641] Update message that is printed when an SSL or socket error occurs
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Mar 1 03:53:43 UTC 2013
The branch, trac2641_3 has been updated
via e2e93cd2354580d7707c07f8f73e07e0e27f18c0 (commit)
via 60aa5f582f596951f0e14e73164f53edc4f8b8e7 (commit)
from 7c623395e4217f10a57a7c312c2e4066ac7c77bd (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 e2e93cd2354580d7707c07f8f73e07e0e27f18c0
Author: Mukund Sivaraman <muks at isc.org>
Date: Fri Mar 1 09:23:30 2013 +0530
[2641] Update message that is printed when an SSL or socket error occurs
... when connecting to cmdctl.
commit 60aa5f582f596951f0e14e73164f53edc4f8b8e7
Author: Mukund Sivaraman <muks at isc.org>
Date: Fri Mar 1 09:22:50 2013 +0530
[2641] Add a note to the description about the errors that we expect
-----------------------------------------------------------------------
Summary of changes:
src/bin/bindctl/bindcmd.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/bindctl/bindcmd.py b/src/bin/bindctl/bindcmd.py
index d750b35..ae6e3a0 100644
--- a/src/bin/bindctl/bindcmd.py
+++ b/src/bin/bindctl/bindcmd.py
@@ -217,15 +217,15 @@ WARNING: Python readline module isn't available, so the command line editor
def __print_check_ssl_msg(self):
self._print("Please check the logs of b10-cmdctl, there may "
- "be a problem accepting SSL connections, such "
- "as a permission problem on the server "
- "certificate file.")
+ "have been a problem accepting SSL connections.")
def _try_login(self, username, password):
'''
Attempts to log into cmdctl by sending a POST with the given
username and password. On success of the POST (not the login,
but the network operation), it returns a tuple (response, data).
+ We check for some failures such as SSL errors and socket errors
+ which could happen due to the environment in which BIND 10 runs.
On failure, it raises a FailToLogin exception and prints some
information on the failure. This call is essentially 'private',
but made 'protected' for easier testing.
More information about the bind10-changes
mailing list