• Resolved joeparadis2

    (@joeparadis2)


    I’m trying to activate the Micro Cloud, but every time I enter my email and agree, it just shows loading and finally fails saying “The server is not working, try again later”.

    I get the following message in Query Monitor fopen(https://api.limitloginattempts.com/checkout/network): Failed to open stream: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond”.

    My server doesn’t have fopen, but does work with curl. Is that the reason for such error?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author WPChef

    (@wpchefgadget)

    Can you verify that you have outgoing port 443 open on your server?

    Thread Starter joeparadis2

    (@joeparadis2)

    I will check on that, I do know to do external requests I have to go through a proxy which is setup in the WordPress configuration as I can communicate with WordPress servers for updates, etc.

    Thread Starter joeparadis2

    (@joeparadis2)

    Outgoing port 443 is open. My server must go through a proxy server for all external requests. I have this setup in WordPress configuration, does LLAR use this proxy by default for its requests?

    UPDATE: I modified the ‘/core/http/Http.php’ file by removing these lines:

        if( function_exists( 'fopen' ) && ini_get( 'allow_url_fopen' ) === '1' ) {
          self::$transport = new HttpTransportFopen();

    And changing the next line to:

        if( function_exists( 'wp_remote_get' ) ) {

    Then I was able to activate the Micro Cloud and it appears to be functioning, but if I go back to the unmodified ‘Http.php’ file I just get timeouts.

    Plugin Author WPChef

    (@wpchefgadget)

    We’ll check to see if this can be added to the plugin. Thank you for this idea.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Micro Cloud Activation’ is closed to new replies.