Plugin Support
qtwrk
(@qtwrk)
please explain a bit where did you get this error ? or what were you doing ?
I get this error, when I’m trying to receive a domain key…
Plugin Support
qtwrk
(@qtwrk)
<?php
require( './wp-load.php' );
$response = wp_remote_get( 'https://api.quic.cloud/' );
echo '<pre>';
var_dump($response);
echo '</pre>';
please try create a php file with above code , at same directory as your wp-config.php , and then access by browser, and share the output.
object(WP_Error)#16152 (2) {
[“errors”]=>
array(1) {
[“http_request_failed”]=>
array(1) {
[0]=>
string(78) “cURL error 60: SSL certificate problem: unable to get local issuer certificate”
}
}
[“error_data”]=>
array(0) {
}
}
I’m reinstalled SSL Certficate on my domain, but problem still exist…
Plugin Support
qtwrk
(@qtwrk)
may I know what is your WP version ?
Plugin Support
qtwrk
(@qtwrk)
yeah , no wonder ,
please replace /wp-includes/certificates/ca-bundle.crt
with below file https://github.com/WordPress/WordPress/blob/master/wp-includes/certificates/ca-bundle.crt
Ошибка облака (Cloud): cURL error 77: error setting certificate verify locations: CAfile: /home/rezolute/sites/rezo.by/wp-includes/certificates/ca-bundle.crt CApath: none
Plugin Support
qtwrk
(@qtwrk)
when you update that file, please make sure you have copied the format correctly