From 56f260d9e4ba76d9205ed536a498359063534983 Mon Sep 17 00:00:00 2001 From: mrossign <mrossign@localhost> Date: Tue, 18 Dec 2007 14:57:40 +0000 Subject: [PATCH] Fix for #2570: Received fatal alert: certificate_unknown We now log (notice, instead of error) a more explicit message that tells an SSL connection attempt failed (from node xxx) to the replication server. --- opends/src/messages/messages/replication.properties | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/opends/src/messages/messages/replication.properties b/opends/src/messages/messages/replication.properties index f69a1cf..4090688 100644 --- a/opends/src/messages/messages/replication.properties +++ b/opends/src/messages/messages/replication.properties @@ -257,4 +257,5 @@ for domain %s to replication server %s : %s SEVERE_ERR_COMPUTING_FAKE_OPS_104=Caught exception computing fake operations \ for domain %s for replication server %s : %s - +NOTICE_SSL_SERVER_CON_ATTEMPT_ERROR_105=SSL connection attempt from %s (%s) \ +failed: %s -- Gitblit v1.10.0