Dropbox Error executing HTTP request: SSL connect error

533 Views Asked by At

I've seen a few similar curl/ssl issues floating around the internet, but I haven't been able to find a solution.

I'm setting up my application to upload a PDF to Dropbox. I've had it working for a few years, but I think with all the SSL security updates lately, something has changed and now it's stopped working.

I'm getting this error message now when trying to run a test:

Fatal error: Uncaught exception 'Dropbox\Exception_NetworkIO' with message 'Error executing HTTP request: SSL connect error' in /var/web/freelancetrackr.com/public_html/Dropbox/Curl.php:69

http://freelancetrackr.com/Dropbox/test.php

I'm using the latest version of the PHP SDK API. Running the Dropbox test I get this:

-----------------------------------------------------------------------------
Testing your PHP installation's SSL implementation for a few obvious problems...
-----------------------------------------------------------------------------
- Host OS: Linux 2.6.32-431.20.3.el6.x86_64
- PHP version: 5.5.19
- cURL version: 7.19.7
- cURL SSL backend: NSS/3.16.1 Basic ECC
Basic SSL tests
- testAllowed (www.dropbox.com) ....................

Any suggestions?

0

There are 0 best solutions below