Home › Forums › ACF PRO › ACF Pro Cannot Connect to Update Server › Reply To: ACF Pro Cannot Connect to Update Server
The error that wilirius posted said it is timing out, also that WooCommerce works fine using the same function.
ACF does not set a value for timeout so it will use the defualt.
The default value for timeout use by WP is 5
The timeout used by WooCommerce for wp_remote_get() is 60
$response = wp_remote_get( $this->get_language_package_uri(), array( 'sslverify' => false, 'timeout' => 60 ) );
So, that’s is a difference.
Try adding a timeout arg to the call in ACF of 60?
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.