=== modified file 'data/syncdaemon.conf' --- data/syncdaemon.conf 2012-03-05 13:37:12 +0000 +++ data/syncdaemon.conf 2012-05-22 22:49:23 +0000 @@ -2,7 +2,7 @@ host.default = fs-1.one.ubuntu.com host.help = The server address -dns_srv.default = _https._tcp.fs.ubuntuone.com +dns_srv.default = _https._tcp.fs.one.ubuntu.com dns_srv.help = The DNS SRV record disable_ssl_verify.default = False === modified file 'ubuntuone/syncdaemon/action_queue.py' --- ubuntuone/syncdaemon/action_queue.py 2012-05-16 22:01:56 +0000 +++ ubuntuone/syncdaemon/action_queue.py 2012-05-22 22:50:10 +0000 @@ -855,7 +855,7 @@ def _make_connection(self, result): """Do the real connect call.""" host, port = result - ssl_context = get_ssl_context(self.disable_ssl_verify) + ssl_context = get_ssl_context(self.disable_ssl_verify, host) client = yield self.tunnel_runner.get_client() if self.use_ssl: self.connector = client.connectSSL(host, port, factory=self,