Title: checkeys's Replies | WordPress.org

---

# checkeys

  [  ](https://wordpress.org/support/users/checkeys/)

 *   [Profile](https://wordpress.org/support/users/checkeys/)
 *   [Topics Started](https://wordpress.org/support/users/checkeys/topics/)
 *   [Replies Created](https://wordpress.org/support/users/checkeys/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/checkeys/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/checkeys/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/checkeys/engagements/)
 *   [Favorites](https://wordpress.org/support/users/checkeys/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [An Unexpected HTTP Error occurred during the API request.](https://wordpress.org/support/topic/an-unexpected-http-error-occurred-during-the-api-request-32/)
 *  [checkeys](https://wordpress.org/support/users/checkeys/)
 * (@checkeys)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/an-unexpected-http-error-occurred-during-the-api-request-32/#post-2500234)
 * Same here.. changing the time-out does not help.
    I’m running WP on a Synology
   NAS, and trying to access it on my local network.
 * Update:
    This does work: [http://www.wohill.com/an-unexpected-http-error-occurred-during-the-api-request/](http://www.wohill.com/an-unexpected-http-error-occurred-during-the-api-request/)
 * WordPress 3.0 and after
    Edit file plugin-install.php in directory wp-admin/includes
   and find the timeout setting. It is by default set to 15. Increase to 60. $request
   = wp_remote_post(‘[http://api.wordpress.org/plugins/info/1.0/&#8217](http://api.wordpress.org/plugins/info/1.0/&#8217);,
   array( ‘timeout’ => 60, ‘body’ => array(‘action’ => $action, ‘request’ => serialize(
   $args))) );

Viewing 1 replies (of 1 total)