Skip to content

Commit d9d1b7f

Browse files
author
Dave
authored
Update php-binance-api.php
1 parent 17ad8be commit d9d1b7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

php-binance-api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2482,7 +2482,7 @@ protected function downloadCurlCaBundle()
24822482
die(getcwd() . ' folder is not writeable, please check your permissions to download CA Certificates, or use $api->caOverride = true;');
24832483
}
24842484

2485-
$host = "https://curl.haxx.se/ca/cacert.pem";
2485+
$host = "https://curl.se/ca/cacert.pem";
24862486
$curl = curl_init();
24872487
curl_setopt($curl, CURLOPT_URL, $host);
24882488
curl_setopt($curl, CURLOPT_VERBOSE, 0);

0 commit comments

Comments
 (0)