Re: [Zope] ZSyncer-0.71 problems

2009-07-19 Thread Dieter Maurer
Dennis Allison wrote at 2009-7-19 17:03 -0700: >Zope 2.11, Python 2.4 > ... ># EOFError ># ># Traceback (most recent call last): > ... >dest_base_info, dest_sub_info = self._getRemoteList(remote, path) >File "/opt/zope/zinstances/xxx/Products/ZSyncer/ZSyncer.py", line >1211, >in _getRemoteList >r

[Zope] ZSyncer-0.71 problems

2009-07-19 Thread Dennis Allison
Zope 2.11, Python 2.4 The authentication issue has been resolved. Our Zopes run with Pound as a reverse proxy front-end. Current versions of Pound demand conformity to the http protocol which ZSyncer violates. The error returned was interpreted incorrectly as an Authentication Error. Connec