Request OAuth token from BitBucket Request OAuth token from BitBucket curl curl

Request OAuth token from BitBucket


The problem is that Curl will verify the SSL certificate.

To solve the problem you can tell Curl to ignore the verification of the SSL certificates:

curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);