ERROR: Dropbox API: (60) SSL certificate problem
-
Since a couple of days I am getting this error message:
ERROR: Dropbox API: (60) SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
I have tried adding these lines to the functions.php
‘add_filter(‘https_ssl_verify’, ‘__return_false’);’
‘add_filter(‘https_local_ssl_verify’, ‘__return_false’);’That doesn’t work.
I also installed plugin “Disable WordPress local connection SSL verifying”. That doesn’t work either.
Any help would be very much appreciated.
Thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘ERROR: Dropbox API: (60) SSL certificate problem’ is closed to new replies.