Some precisions:
I updated my htaccess with the last quic.cloud IP list –> result is identical
I made a test file test-quic.php containing this:
<?php
require( './wp-load.php' );
$response = wp_remote_get( 'https://api.quic.cloud/' );
echo '<pre>';
var_dump($response);
echo '</pre>';
And this is the result:
array(6) {
["headers"]=>
object(WpOrg\Requests\Utility\CaseInsensitiveDictionary)#9768 (1) {
["data":protected]=>
array(7) {
["content-type"]=>
string(16) "application/json"
["content-length"]=>
string(2) "62"
["content-encoding"]=>
string(4) "gzip"
["vary"]=>
string(15) "Accept-Encoding"
["date"]=>
string(29) "Fri, 10 Jul 2026 23:20:43 GMT"
["server"]=>
string(9) "LiteSpeed"
["alt-svc"]=>
string(167) "h3=":443"; ma=2592000, h3-29=":443"; ma=2592000, h3-Q050=":443"; ma=2592000, h3-Q046=":443"; ma=2592000, h3-Q043=":443"; ma=2592000, quic=":443"; ma=2592000; v="43,46""
}
}
["body"]=>
string(42) "{"_msg":"Invalid Entrance 3","_res":"err"}"
["response"]=>
array(2) {
["code"]=>
int(200)
["message"]=>
string(2) "OK"
}
["cookies"]=>
array(0) {
}
["filename"]=>
NULL
["http_response"]=>
object(WP_HTTP_Requests_Response)#9767 (5) {
["data"]=>
NULL
["headers"]=>
NULL
["status"]=>
NULL
["response":protected]=>
object(WpOrg\Requests\Response)#9769 (10) {
["body"]=>
string(42) "{"_msg":"Invalid Entrance 3","_res":"err"}"
["raw"]=>
string(413) "HTTP/1.1 200 OK
Connection: close
Content-Type: application/json
Content-Length: 62
Content-Encoding: gzip
Vary: Accept-Encoding
Date: Fri, 10 Jul 2026 23:20:43 GMT
Server: LiteSpeed
alt-svc: h3=":443"; ma=2592000, h3-29=":443"; ma=2592000, h3-Q050=":443"; ma=2592000, h3-Q046=":443"; ma=2592000, h3-Q043=":443"; ma=2592000, quic=":443"; ma=2592000; v="43,46"
{"_msg":"Invalid Entrance 3","_res":"err"}"
["headers"]=>
object(WpOrg\Requests\Response\Headers)#9770 (1) {
["data":protected]=>
array(7) {
["content-type"]=>
array(1) {
[0]=>
string(16) "application/json"
}
["content-length"]=>
array(1) {
[0]=>
string(2) "62"
}
["content-encoding"]=>
array(1) {
[0]=>
string(4) "gzip"
}
["vary"]=>
array(1) {
[0]=>
string(15) "Accept-Encoding"
}
["date"]=>
array(1) {
[0]=>
string(29) "Fri, 10 Jul 2026 23:20:43 GMT"
}
["server"]=>
array(1) {
[0]=>
string(9) "LiteSpeed"
}
["alt-svc"]=>
array(1) {
[0]=>
string(167) "h3=":443"; ma=2592000, h3-29=":443"; ma=2592000, h3-Q050=":443"; ma=2592000, h3-Q046=":443"; ma=2592000, h3-Q043=":443"; ma=2592000, quic=":443"; ma=2592000; v="43,46""
}
}
}
["status_code"]=>
int(200)
["protocol_version"]=>
float(1.1)
["success"]=>
bool(true)
["redirects"]=>
int(0)
["url"]=>
string(23) "https://api.quic.cloud/"
["history"]=>
array(0) {
}
["cookies"]=>
object(WpOrg\Requests\Cookie\Jar)#9760 (1) {
["cookies":protected]=>
array(0) {
}
}
}
["filename":protected]=>
NULL
}
}
At a time other than when the request to create the ccss was made, I have this log entry on Quic.cloud:
Invalid WP API response
WordPress gave an unexpected response when notified with CCSS results from node 162.55.9.23. Check WP API is properly configured.
162.55.9.23 is now allowed into htaccess.
At the time this log was created, it’s possible that this IP address wasn’t actually listed there.
Now it is, and yet it still isn’t working any better: the missing CSSS still isn’t being created, and the message “LiteSpeed Cache: WordPress gave an unexpected response when notified with QUIC.cloud service results. Check WP API is properly configured. Check your QUIC.cloud dashboard for more details.” continues to appear.
There’s an “Ignore” button that I didn’t click.
Thanks for any advices.
-
This reply was modified 5 hours, 43 minutes ago by
joy0114.