summaryrefslogtreecommitdiffstats
path: root/src/lib/Client/Proxy.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Client/Proxy.py')
-rw-r--r--src/lib/Client/Proxy.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/Client/Proxy.py b/src/lib/Client/Proxy.py
index 285eff8b9..051494f32 100644
--- a/src/lib/Client/Proxy.py
+++ b/src/lib/Client/Proxy.py
@@ -139,9 +139,6 @@ class SafeProxy:
except xmlrpclib.Fault:
self.log.debug("Operation %s completed with fault" % (methodName))
raise
- except socket.sslerror:
- self.log.debug("Attempt %d of %d failed due to SSL negotiation failure" %
- ((irs + 1), self._retries))
except socket.error, serr:
self.log.debug("Attempting %s (%d of %d) failed because %s" % (methodName, (irs+1),
self._retries, serr))