cURL Error 28

#80766
  • Resolved Troy
    Rank Math free

    anyone know of a fix for this. getting this when I do an SEO analysis

    PHP up to date
    cURL up to date
    no security issues

    • This topic was modified 4 years ago by Troy.
Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for contacting support today.
    Please edit the following plugin file:
    /includes/modules/seo-analysis/class-seo-analyzer.php

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

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

    Looking forward to helping 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 ‘cURL Error 28’ is closed to new replies.