From 5aece8c011222d998c56c7c114143c93ce68c0c4 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Tue, 12 Feb 2013 07:50:15 -0500 Subject: fixed address tuple from CherryPy core --- src/lib/Bcfg2/Server/CherryPyCore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib/Bcfg2/Server/CherryPyCore.py b/src/lib/Bcfg2/Server/CherryPyCore.py index b4c296d4a..fa66abce9 100644 --- a/src/lib/Bcfg2/Server/CherryPyCore.py +++ b/src/lib/Bcfg2/Server/CherryPyCore.py @@ -65,7 +65,7 @@ class Core(BaseCore): # FIXME: Get client cert cert = None - address = (cherrypy.request.remote.ip, cherrypy.request.remote.name) + address = (cherrypy.request.remote.ip, cherrypy.request.remote.port) if not self.check_acls(address[0]): raise cherrypy.HTTPError(401) -- cgit v1.2.3-1-g7c22