Unable to connect to the XStore API with the XStore theme

This topic has 3 replies, 3 voices, and was last updated 1 days, 18 hours ago ago by Andrew Mitchell

  • Avatar: Sami Faisal
    Sami Faisal
    Participant
    May 6, 2024 at 15:52

    Why it’s showing “We are unable to connect to the XStore API with the XStore theme. Please check your SSL certificate or white lists.
    cURL error 28: Operation timed out after 5001 milliseconds with 56682 bytes received”?

    SSL is okay you can check the URL: https://www.sslshopper.com/ssl-checker.html#hostname=beardshopbd.com

    2 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 6, 2024 at 15:59

    Hello, Sami Faisal,

    Thank you for reaching out to us with your concern.

    Please try to add the next code in the functions.php file of the child theme:

    function increase_http_request_timeout( $r, $url ) {
        $r['timeout'] = 500; // Increase timeout to 500 seconds
        return $r;
    }
    add_filter( 'http_request_args', 'increase_http_request_timeout', 10, 2 );

    and let us know the result.

    Best Regards,
    8Theme’s Team

    Avatar: Andrew Mitchell
    Andrew Mitchell
    Support staff
    May 17, 2024 at 14:55

    Dear Sami Faisal,

    We hope you’re reveling in the experience our theme brings! Your enthusiasm is what fuels our passion. Would you be so kind as to channel that energy into a 5-star rating on ThemeForest? Your feedback is the spark that lights our way!

    Click here to spread the love: https://themeforest.net/downloads

    Thank you for being an integral part of our journey!

    Best Regards,
    The 8Theme Team

  • Viewing 3 results - 1 through 3 (of 3 total)

The issue related to '‘Unable to connect to the XStore API with the XStore theme’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.