Warning: this can introduce security issues that SSL is designed to protect against.
But a really simple fix that worked for me was to call:
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
before calling:
line 50: $response = curl_exec($ch);
in the blockchain.php file.
Error "We're sorry, but you cannot use Bitcoin to pay for this transaction at this time." after upgrade to Version: 5.3.3 ,
fail on
$response = json_decode($response);
if(!$response->input_address) {
return "We're sorry, but you cannot use Bitcoin to pay for this transaction at this time.";
}
Any idea to fix this?