Hi,<br><br>I have a problem with spacewalk (0.5) operated behind a reverse SSL proxy (squid-2.6.STABLE21-3.el5). When I bootstrap a system from inside everything works fine. When I try to bootstrap a system from outside I got the following errors:<br>

<br>bootstrap:<br>[...]<br>REGISTRATION<br>------------<br>* registering<br>Ein Fehler trat auf:<br>zlib.error<br>Siehe /var/log/up2date für weitere Informationen<br>[...]<br><br>up2date log:<br>Traceback (most recent call last):<br>

  File "/usr/sbin/rhnreg_ks", line 267, in ?<br>    cli.run()<br>  File "/usr/share/rhn/up2date_client/rhncli.py", line 65, in run<br>    sys.exit(self.main() or 0)<br>  File "/usr/sbin/rhnreg_ks", line 88, in main<br>

    rhnreg.getCaps()<br>  File "/usr/share/rhn/up2date_client/rhnreg.py", line 324, in getCaps<br>    s.capabilities.validate()<br>  File "/usr/share/rhn/up2date_client/rhnserver.py", line 154, in __get_capabilities<br>

    self.registration.welcome_message()<br>  File "/usr/share/rhn/up2date_client/rhnserver.py", line 50, in __call__<br>    return rpcServer.doCall(method, *args, **kwargs)<br>  File "/usr/share/rhn/up2date_client/rpcServer.py", line 194, in doCall<br>

    ret = method(*args, **kwargs)<br>  File "/usr/lib64/python2.4/xmlrpclib.py", line 1096, in __call__<br>    return self.__send(self.__name, args)<br>  File "/usr/share/rhn/up2date_client/rpcServer.py", line 38, in _request1<br>

    ret = self._request(methodname, params)<br>  File "/usr/lib/python2.4/site-packages/rhn/rpclib.py", line 319, in _request<br>    request, verbose=self._verbose)<br>  File "/usr/lib/python2.4/site-packages/rhn/transports.py", line 187, in request<br>

    return self._process_response(fd, connection)<br>  File "/usr/lib/python2.4/site-packages/rhn/transports.py", line 194, in _process_response<br>    fd = resp.decode(fd)<br>  File "/usr/lib/python2.4/site-packages/rhn/transports.py", line 440, in decode<br>

    data = obj.decompress(self.io.read()) + obj.flush()<br>zlib.error: Error -3 while decompressing: incorrect header check<br><br>I've replaced RHN-ORG-TRUSTED-SSL-CERT with the CA Certificate valid for our domain (export from Firefox3) and the hostname with the public name of our reverse SSL proxy. Any ideas where to turn on additional debug log or how to fix this?<br>

<br>Regards, Thomas<br>