Connect from site to RankMath

#70645
  • Resolved Sarkku
    Rank Math free

    Hi

    In SEO Analytics I’m getting an error
    API Error: cURL error 28: Connection timed out after 10001 milliseconds

    The service provider needs the address where RankMath is trying to connect so that they can open the port.
    Could you please let me know that?

    I tried to search the address via Query Monitor but could not find where Seo analytics is trying to connect. Please let me know so I can get this work.

    Thanks.

Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for contacting Rank Math and sorry for any inconvenience that might have been caused due to that.

    Please edit the following plugin file:
    /includes/modules/seo-analysis/class-seo-analyzer.php

    Then, change the following line (line number 380):
    $request = wp_remote_get( $api_url, [ 'timeout' => 20 ] );

    Increase the timeout value to 60:
    $request = wp_remote_get( $api_url, [ 'timeout' => 60 ] );

    The SEO analysis should start working as expected.

    Looking forward to helping you. Thank you.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 1 replies (of 1 total)

The ticket ‘Connect from site to RankMath’ is closed to new replies.