Wanchai / FTPbucket

FTPbucket is a PHP script that enables you to sync your BitBucket or GitHub repository with any web-server
102 stars 22 forks source link

Get 'Cant't get lists of files! cURL error:' #8

Closed Chrisigrimm closed 8 years ago

Chrisigrimm commented 8 years ago

Hello there,

can you tell me please why this error comes?

its a private repo and im using bitbucket

13.03.2016, 22:03:01: Script called for a BitBucket JSON payload 13.03.2016, 22:03:01: Received a push from {ks_website} 13.03.2016, 22:03:01: Modifications detected on the branch {master} 13.03.2016, 22:03:01: Cant't get lists of files! cURL error:

Keyjin

Chrisigrimm commented 8 years ago

ow... find a log failure Line 209 you must output $ch instead of $cu

Keyjin

Chrisigrimm commented 8 years ago

ok with the right logging i fount out that i have to add the right curl certification in the php.ini Take a lookt at here: http://tzfrs.de/2014/07/fix-it-the-right-way-ssl-error-unable-to-get-local-issuer-certificate/

Wanchai commented 8 years ago

Thanks for the log fix.