• Resolved JLY

    (@jose-luis-yanez)


    Hello there,

    I deleted the Domain Key for my WordPress site in “General Settings” of the LiteSpeed Cache Plugin and saved the changes, and now I do not see how I can generate a new Domain Key; the “Request Domain Key” button is greyed, not clickable :[

    I see the Warnings: “You must have Domain Key first before linking to QUIC.cloud” and “A Domain Key is required for QUIC.cloud online services” and ?? Main domain not generated yet, but I simply cannot generate a new Domain Key and the old one has been deleted.

    Please advise,

    Thanks and regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support qtwrk

    (@qtwrk)

    please provide the report number

    you can get it in toolbox -> report -> click “send to LiteSpeed”

    Thread Starter JLY

    (@jose-luis-yanez)

    Hi, thanks, report number is VMWLWZAP

    Regards,

    Plugin Support qtwrk

    (@qtwrk)

    it looks like your site can not connect to our server

    please try create a php file , put it at same dir as your wp-config.php

    with code :

    <?php
    require( './wp-load.php' );
    
    $response = wp_remote_get( 'https://api.quic.cloud/' );
    
    echo '<pre>';
    var_dump($response);
    echo '</pre>';

    access by browser, and see what it returns

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cannot request a new Domain Key (I deleted the old one and saved the changes)’ is closed to new replies.