diff --git a/synapse/http/matrixfederationclient.py b/synapse/http/matrixfederationclient.py
index cdbe27eb37d0876cb6a58efe9edfdebf2de97f5d..d1a6e877063de1d572aedf42e0bb282c11cf9a7e 100644
--- a/synapse/http/matrixfederationclient.py
+++ b/synapse/http/matrixfederationclient.py
@@ -91,6 +91,7 @@ class MatrixFederationHttpClient(object):
         self.server_name = hs.hostname
         reactor = hs.get_reactor()
         pool = HTTPConnectionPool(reactor)
+        pool.retryAutomatically = False
         pool.maxPersistentPerHost = 5
         pool.cachedConnectionTimeout = 2 * 60
         self.agent = Agent.usingEndpointFactory(