commit | 8eeb062e439b3033d096ff697496b620ca7eaa3e | [log] [tgz] |
---|---|---|
author | Daniel Gruno <humbedooh@apache.org> | Wed May 21 20:00:29 2025 +0200 |
committer | GitHub <noreply@github.com> | Wed May 21 20:00:29 2025 +0200 |
tree | 9fb8b29f3da910a5290529a2078f134ecda5e56f | |
parent | 6e3f24e417086b9a046fe1453cedf2ce1429a565 [diff] |
OF: https is supposed to hit port 2070, not 2069.
diff --git a/client.py b/client.py index 81ce971..8c53725 100644 --- a/client.py +++ b/client.py
@@ -35,7 +35,7 @@ self.sync_done = False self.changedb = {} self.__presentUUIDs = {} - self.pubsub_url = "https://pubsub.apache.org:2069/private/ldap" + self.pubsub_url = "https://pubsub.apache.org:2070/private/ldap" ldap.ldapobject.ReconnectLDAPObject.__init__(self, *args, **kwargs)