Hi,
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.
The framework never connects to the Dropbox sync, but keeps on trying with this log:
23/03/2015 23:10:17.952 [WARNING] status: SSL: DBHTTPRequest.mm:535: Unknown authentication method NSURLAuthenticationMethodServerTrust for Dropbox host: api0.dropbox.com
23/03/2015 23:10:18.548 [WARNING] status: SSL: DBHTTPRequest.mm:535: Unknown authentication method NSURLAuthenticationMethodServerTrust for Dropbox host: api1.dropbox.com
23/03/2015 23:10:20.936 [WARNING] status: SSL: DBHTTPRequest.mm:535: Unknown authentication method NSURLAuthenticationMethodServerTrust for Dropbox host: api0.dropbox.com
23/03/2015 23:10:23.444 [WARNING] status: SSL: DBHTTPRequest.mm:535: Unknown authentication method NSURLAuthenticationMethodServerTrust for Dropbox host: api0.dropbox.com
23/03/2015 23:10:25.257 [WARNING] status: SSL: DBHTTPRequest.mm:535: Unknown authentication method NSURLAuthenticationMethodServerTrust for Dropbox host: api2.dropbox.com
23/03/2015 23:10:25.576 [WARNING] status: SSL: DBHTTPRequest.mm:535: Unknown authentication method NSURLAuthenticationMethodServerTrust for Dropbox host: api0.dropbox.com
23/03/2015 23:10:26.035 [WARNING] status: SSL: DBHTTPRequest.mm:535: Unknown authentication method NSURLAuthenticationMethodServerTrust for Dropbox host: api1.dropbox.com
23/03/2015 23:10:26.796 [WARNING] status: SSL: DBHTTPRequest.mm:535: Unknown authentication method NSURLAuthenticationMethodServerTrust for Dropbox host: api0.dropbox.com
23/03/2015 23:10:27.879 [WARNING] status: SSL: DBHTTPRequest.mm:535: Unknown authentication method NSURLAuthenticationMethodServerTrust for Dropbox host: api0.dropbox.com
23/03/2015 23:10:29.526 [WARNING] status: SSL: DBHTTPRequest.mm:535: Unknown authentication method NSURLAuthenticationMethodServerTrust for Dropbox host: api0.dropbox.com
23/03/2015 23:10:31.913 [WARNING] status: SSL: DBHTTPRequest.mm:535: Unknown authentication method NSURLAuthenticationMethodServerTrust for Dropbox host: api0.dropbox.com
23/03/2015 23:10:31.994 [WARNING] status: SSL: DBHTTPRequest.mm:535: Unknown authentication method NSURLAuthenticationMethodServerTrust for Dropbox host: api1.dropbox.com
23/03/2015 23:10:34.361 [WARNING] status: SSL: DBHTTPRequest.mm:535: Unknown authentication method NSURLAuthenticationMethodServerTrust for Dropbox host: api0.dropbox.com
23/03/2015 23:10:37.420 [WARNING] status: SSL: DBHTTPRequest.mm:535: Unknown authentication method NSURLAuthenticationMethodServerTrust for Dropbox host: api0.dropbox.com
23/03/2015 23:10:47.851 [WARNING] status: SSL: DBHTTPRequest.mm:535: Unknown authentication method NSURLAuthenticationMethodServerTrust for Dropbox host: api0.dropbox.com
23/03/2015 23:10:48.298 [WARNING] status: SSL: DBHTTPRequest.mm:535: Unknown authentication method NSURLAuthenticationMethodServerTrust for Dropbox host: api0.dropbox.com
23/03/2015 23:10:50.748 [WARNING] status: SSL: DBHTTPRequest.mm:535: Unknown authentication method NSURLAuthenticationMethodServerTrust for Dropbox host: api0.dropbox.com
23/03/2015 23:11:08.228 [WARNING] status: SSL: DBHTTPRequest.mm:535: Unknown authentication method NSURLAuthenticationMethodServerTrust for Dropbox host: api0.dropbox.com
23/03/2015 23:11:21.033 [WARNING] status: SSL: DBHTTPRequest.mm:535: Unknown authentication method NSURLAuthenticationMethodServerTrust for Dropbox host: api0.dropbox.com
23/03/2015 23:11:23.451 [WARNING] status: SSL: DBHTTPRequest.mm:535: Unknown authentication method NSURLAuthenticationMethodServerTrust for Dropbox host: api0.dropbox.com
...
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.
Do you have an hints what the log message could mean?
Thanks a bunch,
Niko