<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Sync API framework not connecting to Dropbox server? in Dropbox API Support &amp; Feedback</title>
    <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Sync-API-framework-not-connecting-to-Dropbox-server/m-p/110736#M3233</link>
    <description>&lt;P&gt;Unfortunately I haven't figured out from anyone who has this problem what the issue might be. Some have it on one Mac but not the other in the same office. I asked them to check their Keychain for expired certificates and proxy server configurations, but none had them. So I'm very puzzled by this. I've never seen it myself.&lt;/P&gt;</description>
    <pubDate>Fri, 12 Jun 2015 00:40:36 GMT</pubDate>
    <dc:creator>Brendan D.</dc:creator>
    <dc:date>2015-06-12T00:40:36Z</dc:date>
    <item>
      <title>Sync API framework not connecting to Dropbox server?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Sync-API-framework-not-connecting-to-Dropbox-server/m-p/110729#M3226</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I’m using the Dropbox Sync API framework in my Mac app and I have had one user report problems enabling the Dropbox sync in my app. &lt;BR /&gt;
The framework never connects to the Dropbox sync, but keeps on trying with this log:&lt;/P&gt;

&lt;P&gt;23/03/2015 23:10:17.952 [WARNING] status: SSL: DBHTTPRequest.mm:535: Unknown authentication method NSURLAuthenticationMethodServerTrust for Dropbox host: api0.dropbox.com&lt;BR /&gt;
23/03/2015 23:10:18.548 [WARNING] status: SSL: DBHTTPRequest.mm:535: Unknown authentication method NSURLAuthenticationMethodServerTrust for Dropbox host: api1.dropbox.com&lt;BR /&gt;
23/03/2015 23:10:20.936 [WARNING] status: SSL: DBHTTPRequest.mm:535: Unknown authentication method NSURLAuthenticationMethodServerTrust for Dropbox host: api0.dropbox.com&lt;BR /&gt;
23/03/2015 23:10:23.444 [WARNING] status: SSL: DBHTTPRequest.mm:535: Unknown authentication method NSURLAuthenticationMethodServerTrust for Dropbox host: api0.dropbox.com&lt;BR /&gt;
23/03/2015 23:10:25.257 [WARNING] status: SSL: DBHTTPRequest.mm:535: Unknown authentication method NSURLAuthenticationMethodServerTrust for Dropbox host: api2.dropbox.com&lt;BR /&gt;
23/03/2015 23:10:25.576 [WARNING] status: SSL: DBHTTPRequest.mm:535: Unknown authentication method NSURLAuthenticationMethodServerTrust for Dropbox host: api0.dropbox.com&lt;BR /&gt;
23/03/2015 23:10:26.035 [WARNING] status: SSL: DBHTTPRequest.mm:535: Unknown authentication method NSURLAuthenticationMethodServerTrust for Dropbox host: api1.dropbox.com&lt;BR /&gt;
23/03/2015 23:10:26.796 [WARNING] status: SSL: DBHTTPRequest.mm:535: Unknown authentication method NSURLAuthenticationMethodServerTrust for Dropbox host: api0.dropbox.com&lt;BR /&gt;
23/03/2015 23:10:27.879 [WARNING] status: SSL: DBHTTPRequest.mm:535: Unknown authentication method NSURLAuthenticationMethodServerTrust for Dropbox host: api0.dropbox.com&lt;BR /&gt;
23/03/2015 23:10:29.526 [WARNING] status: SSL: DBHTTPRequest.mm:535: Unknown authentication method NSURLAuthenticationMethodServerTrust for Dropbox host: api0.dropbox.com&lt;BR /&gt;
23/03/2015 23:10:31.913 [WARNING] status: SSL: DBHTTPRequest.mm:535: Unknown authentication method NSURLAuthenticationMethodServerTrust for Dropbox host: api0.dropbox.com&lt;BR /&gt;
23/03/2015 23:10:31.994 [WARNING] status: SSL: DBHTTPRequest.mm:535: Unknown authentication method NSURLAuthenticationMethodServerTrust for Dropbox host: api1.dropbox.com&lt;BR /&gt;
23/03/2015 23:10:34.361 [WARNING] status: SSL: DBHTTPRequest.mm:535: Unknown authentication method NSURLAuthenticationMethodServerTrust for Dropbox host: api0.dropbox.com&lt;BR /&gt;
23/03/2015 23:10:37.420 [WARNING] status: SSL: DBHTTPRequest.mm:535: Unknown authentication method NSURLAuthenticationMethodServerTrust for Dropbox host: api0.dropbox.com&lt;BR /&gt;
23/03/2015 23:10:47.851 [WARNING] status: SSL: DBHTTPRequest.mm:535: Unknown authentication method NSURLAuthenticationMethodServerTrust for Dropbox host: api0.dropbox.com&lt;BR /&gt;
23/03/2015 23:10:48.298 [WARNING] status: SSL: DBHTTPRequest.mm:535: Unknown authentication method NSURLAuthenticationMethodServerTrust for Dropbox host: api0.dropbox.com&lt;BR /&gt;
23/03/2015 23:10:50.748 [WARNING] status: SSL: DBHTTPRequest.mm:535: Unknown authentication method NSURLAuthenticationMethodServerTrust for Dropbox host: api0.dropbox.com&lt;BR /&gt;
23/03/2015 23:11:08.228 [WARNING] status: SSL: DBHTTPRequest.mm:535: Unknown authentication method NSURLAuthenticationMethodServerTrust for Dropbox host: api0.dropbox.com&lt;BR /&gt;
23/03/2015 23:11:21.033 [WARNING] status: SSL: DBHTTPRequest.mm:535: Unknown authentication method NSURLAuthenticationMethodServerTrust for Dropbox host: api0.dropbox.com&lt;BR /&gt;
23/03/2015 23:11:23.451 [WARNING] status: SSL: DBHTTPRequest.mm:535: Unknown authentication method NSURLAuthenticationMethodServerTrust for Dropbox host: api0.dropbox.com&lt;BR /&gt;
... &lt;/P&gt;

&lt;P&gt;I’m unable to reproduce this myself. Other than that I didn’t have any complaints regarding the Dropbox sync in my app and it works fine on my test devices.&lt;/P&gt;

&lt;P&gt;Do you have an hints what the log message could mean? &lt;/P&gt;

&lt;P&gt;Thanks a bunch,&lt;BR /&gt;
Niko&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 09:44:10 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Sync-API-framework-not-connecting-to-Dropbox-server/m-p/110729#M3226</guid>
      <dc:creator>Niko K.</dc:creator>
      <dc:date>2019-05-29T09:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: Sync API framework not connecting to Dropbox server?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Sync-API-framework-not-connecting-to-Dropbox-server/m-p/110730#M3227</link>
      <description>&lt;P&gt;I just started getting this as well, has anyone been able to resolve this?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2015 20:55:56 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Sync-API-framework-not-connecting-to-Dropbox-server/m-p/110730#M3227</guid>
      <dc:creator>Stephen M.40</dc:creator>
      <dc:date>2015-03-26T20:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Sync API framework not connecting to Dropbox server?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Sync-API-framework-not-connecting-to-Dropbox-server/m-p/110731#M3228</link>
      <description>&lt;P&gt;(moved to the API development forum)&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2015 06:55:43 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Sync-API-framework-not-connecting-to-Dropbox-server/m-p/110731#M3228</guid>
      <dc:creator>Steve M.</dc:creator>
      <dc:date>2015-04-15T06:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: Sync API framework not connecting to Dropbox server?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Sync-API-framework-not-connecting-to-Dropbox-server/m-p/110732#M3229</link>
      <description>&lt;P&gt;Sorry for the delay! In the future, I'd recommend posting API questions in this forum, where responses are generally much faster.&lt;/P&gt;

&lt;P&gt;My guess would be something about the networking set up for this particular user. Do you have any details about their environment? Perhaps they have an unusual set of trusted certs or they're going through an HTTPS proxy (and thus the cert doesn't match) or something like that. I expect it's going to be very hard to debug without a setup to reproduce the issue. &lt;img class="lia-deferred-image lia-image-emoji" src="https://www.dropboxforum.com/html/@B0F70D28791EB05FA3EA0C3BDDF08EE3/emoticons/1f61e.png" alt=":disappointed_face:" title=":disappointed_face:" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2015 10:10:30 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Sync-API-framework-not-connecting-to-Dropbox-server/m-p/110732#M3229</guid>
      <dc:creator>Steve M.</dc:creator>
      <dc:date>2015-04-15T10:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: Sync API framework not connecting to Dropbox server?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Sync-API-framework-not-connecting-to-Dropbox-server/m-p/110733#M3230</link>
      <description>&lt;P&gt;I'm having the same issue now with a customer of mine using the Sync API.&lt;/P&gt;

&lt;P&gt;5/31/15 8:14:01.042 AM Tap Forms[5788]: [WARNING] status: SSL: DBHTTPRequest.mm:535: Unknown authentication method NSURLAuthenticationMethodServerTrust for Dropbox host: api0.dropbox.com&lt;BR /&gt;
5/31/15 8:14:01.068 AM Tap Forms[5788]: [WARNING] status: SSL: DBHTTPRequest.mm:535: Unknown authentication method NSURLAuthenticationMethodServerTrust for Dropbox host: api1.dropbox.com&lt;BR /&gt;
5/31/15 8:14:01.441 AM Tap Forms[5788]: [WARNING] status: SSL: DBHTTPRequest.mm:535: Unknown authentication method NSURLAuthenticationMethodServerTrust for Dropbox host: api0.dropbox.com&lt;BR /&gt;
5/31/15 8:14:01.896 AM Tap Forms[5788]: [WARNING] status: SSL: DBHTTPRequest.mm:535: Unknown authentication method NSURLAuthenticationMethodServerTrust for Dropbox host: api0.dropbox.com&lt;BR /&gt;
5/31/15 8:14:02.714 AM Tap Forms[5788]: [WARNING] status: SSL: DBHTTPRequest.mm:535: Unknown authentication method NSURLAuthenticationMethodServerTrust for Dropbox host: api0.dropbox.com&lt;/P&gt;

&lt;P&gt;and it goes on and on. I'll ask them to check their certificates to see if there are any expired ones.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2015 09:57:39 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Sync-API-framework-not-connecting-to-Dropbox-server/m-p/110733#M3230</guid>
      <dc:creator>Brendan D.</dc:creator>
      <dc:date>2015-06-01T09:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Sync API framework not connecting to Dropbox server?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Sync-API-framework-not-connecting-to-Dropbox-server/m-p/110734#M3231</link>
      <description>&lt;P&gt;So did this ever get resolved? I'm having the same issue now with a bunch of customers.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2015 12:36:14 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Sync-API-framework-not-connecting-to-Dropbox-server/m-p/110734#M3231</guid>
      <dc:creator>Brendan D.</dc:creator>
      <dc:date>2015-06-10T12:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: Sync API framework not connecting to Dropbox server?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Sync-API-framework-not-connecting-to-Dropbox-server/m-p/110735#M3232</link>
      <description>&lt;P&gt;Did you ever learn anything from the first customer about their network setup?&lt;/P&gt;

&lt;P&gt;Among the other customers who are seeing this issue, is there any commonality in their network setup? (Perhaps they all work at the same company, for example?) We haven't heard a lot of reports of this, so I assume it's not a widespread issue. Narrowing down what these customers have in common will be key to figuring out what's going on, so please let us know what you find out.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2015 00:30:30 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Sync-API-framework-not-connecting-to-Dropbox-server/m-p/110735#M3232</guid>
      <dc:creator>Steve M.</dc:creator>
      <dc:date>2015-06-12T00:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: Sync API framework not connecting to Dropbox server?</title>
      <link>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Sync-API-framework-not-connecting-to-Dropbox-server/m-p/110736#M3233</link>
      <description>&lt;P&gt;Unfortunately I haven't figured out from anyone who has this problem what the issue might be. Some have it on one Mac but not the other in the same office. I asked them to check their Keychain for expired certificates and proxy server configurations, but none had them. So I'm very puzzled by this. I've never seen it myself.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2015 00:40:36 GMT</pubDate>
      <guid>https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Sync-API-framework-not-connecting-to-Dropbox-server/m-p/110736#M3233</guid>
      <dc:creator>Brendan D.</dc:creator>
      <dc:date>2015-06-12T00:40:36Z</dc:date>
    </item>
  </channel>
</rss>

