Title: Enable QUIC.cloud services
Last modified: April 23, 2025

---

# Enable QUIC.cloud services

 *  Resolved [mcdeth](https://wordpress.org/support/users/mcdeth/)
 * (@mcdeth)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/enable-quic-cloud-services/)
 * Whenever I try to link service I get error
 *     ```wp-block-code
       ErrorInvalid link from WPActivation link cannot be verified
       ```
   
 * I tried to generate report but another error:
 *     ```wp-block-code
       Failed to request via WordPress: cURL error 28: Operation timed out after 15003 milliseconds with 0 bytes received [server] https://api.quic.cloud [service] wp/report
       ```
   
 * Cron is working, there are no events in cloudflare WAF

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Plugin Support [qtwrk](https://wordpress.org/support/users/qtwrk/)
 * (@qtwrk)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/enable-quic-cloud-services/#post-18431610)
 *     ```wp-block-code
       <?phprequire( './wp-load.php' );$response = wp_remote_get( 'https://wpapi.quic.cloud/' );echo '<pre>';var_dump($response);echo '</pre>';
       ```
   
 * please create a php file with content above , put it at same dir as your wp-config.
   php , open it in browser, and see what it returns
 *  Thread Starter [mcdeth](https://wordpress.org/support/users/mcdeth/)
 * (@mcdeth)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/enable-quic-cloud-services/#post-18431613)
 * That was a quick reply
 *     ```wp-block-code
       array(6) {  ["headers"]=>  object(WpOrg\Requests\Utility\CaseInsensitiveDictionary)#11390 (1) {    ["data":protected]=>    array(8) {      ["content-type"]=>      string(24) "text/html; charset=utf-8"      ["set-cookie"]=>      string(254) "31a32377f6bd45a64e1035110cf6e960=%2Bp3qbKrTBpDtMm8veVpVXBhgJ25cElkqo5HKki%2B%2BVhoU94fX8pXYpIcwHELSALkATwdh3Cttc7aJuBuDvbCYNMjT836xTnOygET2gwy%2F1Gnj%2BDuI7nfSvjkQfhXTVGOq; expires=Thu, 23 Apr 2026 12:31:43 GMT; Max-Age=31536000; path=/; secure; HttpOnly"      ["content-length"]=>      string(2) "17"      ["content-encoding"]=>      string(2) "br"      ["vary"]=>      string(15) "Accept-Encoding"      ["date"]=>      string(29) "Wed, 23 Apr 2025 12:31: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(13) "{"_res":"ok"}"  ["response"]=>  array(2) {    ["code"]=>    int(200)    ["message"]=>    string(2) "OK"  }  ["cookies"]=>  array(1) {    [0]=>    object(WP_Http_Cookie)#11398 (7) {      ["name"]=>      string(32) "31a32377f6bd45a64e1035110cf6e960"      ["value"]=>      string(128) "+p3qbKrTBpDtMm8veVpVXBhgJ25cElkqo5HKki++VhoU94fX8pXYpIcwHELSALkATwdh3Cttc7aJuBuDvbCYNMjT836xTnOygET2gwy/1Gnj+DuI7nfSvjkQfhXTVGOq"      ["expires"]=>      int(1776947503)      ["path"]=>      string(1) "/"      ["domain"]=>      string(16) "wpapi.quic.cloud"      ["port"]=>      NULL      ["host_only"]=>      bool(true)    }  }  ["filename"]=>  NULL  ["http_response"]=>  object(WP_HTTP_Requests_Response)#11397 (5) {    ["data"]=>    NULL    ["headers"]=>    NULL    ["status"]=>    NULL    ["response":protected]=>    object(WpOrg\Requests\Response)#11399 (10) {      ["body"]=>      string(13) "{"_res":"ok"}"      ["raw"]=>      string(658) "HTTP/1.1 200 OKConnection: closecontent-type: text/html; charset=utf-8set-cookie: 31a32377f6bd45a64e1035110cf6e960=%2Bp3qbKrTBpDtMm8veVpVXBhgJ25cElkqo5HKki%2B%2BVhoU94fX8pXYpIcwHELSALkATwdh3Cttc7aJuBuDvbCYNMjT836xTnOygET2gwy%2F1Gnj%2BDuI7nfSvjkQfhXTVGOq; expires=Thu, 23 Apr 2026 12:31:43 GMT; Max-Age=31536000; path=/; secure; HttpOnlycontent-length: 17content-encoding: brvary: Accept-Encodingdate: Wed, 23 Apr 2025 12:31:43 GMTserver: LiteSpeedalt-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"{"_res":"ok"}"      ["headers"]=>      object(WpOrg\Requests\Response\Headers)#11401 (1) {        ["data":protected]=>        array(8) {          ["content-type"]=>          array(1) {            [0]=>            string(24) "text/html; charset=utf-8"          }          ["set-cookie"]=>          array(1) {            [0]=>            string(254) "31a32377f6bd45a64e1035110cf6e960=%2Bp3qbKrTBpDtMm8veVpVXBhgJ25cElkqo5HKki%2B%2BVhoU94fX8pXYpIcwHELSALkATwdh3Cttc7aJuBuDvbCYNMjT836xTnOygET2gwy%2F1Gnj%2BDuI7nfSvjkQfhXTVGOq; expires=Thu, 23 Apr 2026 12:31:43 GMT; Max-Age=31536000; path=/; secure; HttpOnly"          }          ["content-length"]=>          array(1) {            [0]=>            string(2) "17"          }          ["content-encoding"]=>          array(1) {            [0]=>            string(2) "br"          }          ["vary"]=>          array(1) {            [0]=>            string(15) "Accept-Encoding"          }          ["date"]=>          array(1) {            [0]=>            string(29) "Wed, 23 Apr 2025 12:31: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(25) "https://wpapi.quic.cloud/"      ["history"]=>      array(0) {      }      ["cookies"]=>      object(WpOrg\Requests\Cookie\Jar)#11388 (1) {        ["cookies":protected]=>        array(1) {          ["31a32377f6bd45a64e1035110cf6e960"]=>          object(WpOrg\Requests\Cookie)#11396 (5) {            ["name"]=>            string(32) "31a32377f6bd45a64e1035110cf6e960"            ["value"]=>            string(138) "%2Bp3qbKrTBpDtMm8veVpVXBhgJ25cElkqo5HKki%2B%2BVhoU94fX8pXYpIcwHELSALkATwdh3Cttc7aJuBuDvbCYNMjT836xTnOygET2gwy%2F1Gnj%2BDuI7nfSvjkQfhXTVGOq"            ["attributes"]=>            object(WpOrg\Requests\Utility\CaseInsensitiveDictionary)#11403 (1) {              ["data":protected]=>              array(6) {                ["expires"]=>                int(1776947503)                ["max-age"]=>                int(1776947501)                ["path"]=>                string(1) "/"                ["secure"]=>                bool(true)                ["httponly"]=>                bool(true)                ["domain"]=>                string(16) "wpapi.quic.cloud"              }            }            ["flags"]=>            array(4) {              ["creation"]=>              int(1745411501)              ["last-access"]=>              int(1745411501)              ["persistent"]=>              bool(false)              ["host-only"]=>              bool(true)            }            ["reference_time"]=>            int(1745411501)          }        }      }    }    ["filename":protected]=>    NULL  }}
       ```
   
 *  Plugin Support [qtwrk](https://wordpress.org/support/users/qtwrk/)
 * (@qtwrk)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/enable-quic-cloud-services/#post-18431634)
 * this is weird, connection looks alright , please try send report again , see 
   if you still get that erro message
 *  Thread Starter [mcdeth](https://wordpress.org/support/users/mcdeth/)
 * (@mcdeth)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/enable-quic-cloud-services/#post-18431747)
 * Still can’t generate. There are no errors in Tools>Sstatus logs. I can see quic
   bot whitelisted post requests to ?rest_route=/litespeed/v3/wp_rest_echo that 
   return when I open in browser
 * {
   “code”: “rest_no_route”,“message”: “No route was found matching the URL and
   request method.”,“data”: {“status”: 404}}
 *  Plugin Support [qtwrk](https://wordpress.org/support/users/qtwrk/)
 * (@qtwrk)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/enable-quic-cloud-services/#post-18431777)
 * no , for `?rest_route=/litespeed/v3/wp_rest_echo` you need to use POST request,
   GET request will return 404
 * or create a test endpoint by this [guide](https://wordpress.org/support/topic/troubleshooting-guide-wpapi-echo-data-failure/)
 *  Thread Starter [mcdeth](https://wordpress.org/support/users/mcdeth/)
 * (@mcdeth)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/enable-quic-cloud-services/#post-18431837)
 * Thanks, it shows correct IP in endpoint created by the guide. QUIC request by
   cloudflare is POST.
 *  Plugin Support [qtwrk](https://wordpress.org/support/users/qtwrk/)
 * (@qtwrk)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/enable-quic-cloud-services/#post-18431929)
 * add
 *     ```wp-block-code
       activatelitespeed/v3
       ```
   
 * into debug incude URI, see what log says when ativate it

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Enable QUIC.cloud services’ is closed to new replies.

 * ![](https://ps.w.org/litespeed-cache/assets/icon-256x256.png?rev=2554181)
 * [LiteSpeed Cache](https://wordpress.org/plugins/litespeed-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/litespeed-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/litespeed-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/litespeed-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/litespeed-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/litespeed-cache/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [qtwrk](https://wordpress.org/support/users/qtwrk/)
 * Last activity: [1 year, 1 month ago](https://wordpress.org/support/topic/enable-quic-cloud-services/#post-18431929)
 * Status: resolved