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)