OF: Move to https+external host
diff --git a/client.py b/client.py
index a98db9a..81ce971 100644
--- a/client.py
+++ b/client.py
@@ -35,7 +35,7 @@
         self.sync_done = False
         self.changedb = {}
         self.__presentUUIDs = {}
-        self.pubsub_url = "http://localhost:2069/private/ldap"
+        self.pubsub_url = "https://pubsub.apache.org:2069/private/ldap"
 
         ldap.ldapobject.ReconnectLDAPObject.__init__(self, *args, **kwargs)