diff --git a/src/python/Services/McM/McMClient.py b/src/python/Services/McM/McMClient.py index 762ea80ff..913466160 100644 --- a/src/python/Services/McM/McMClient.py +++ b/src/python/Services/McM/McMClient.py @@ -51,6 +51,7 @@ def _setConnection(self) -> None: self.connection.setopt(pycurl.SSL_VERIFYHOST, 2) self.connection.setopt(pycurl.CAPATH, "/etc/pki/tls/certs") self.connection.setopt(pycurl.WRITEFUNCTION, self.response.write) + self.connection.setopt(pycurl.FOLLOWLOCATION, 1) def _getResponse(self) -> dict: """