cURL error 28: Connection timed out after 10001 milliseconds

Discussion in 'General' started by onastvar, Jun 1, 2020.

  1. onastvar

    onastvar Member

    Anyone know how to fix:
    cURL error 28: Connection timed out after 10001 milliseconds
     
  2. onastvar

    onastvar Member

    This is happening when I try to import DEMO content on a Wordpress website.
    I'm using following custom php.ini settings (Options tab) under a subdomain where wordpress is installed.

    memory_limit = 256M
    upload_max_size = 64M
    post_max_size = 64M
    upload_max_filesize = 64M
    max_execution_time = 1200
    max_input_time = 1000
    max_file_uploads = 1000

    Any help would be appreciated.
     
  3. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Is the DEMO content so large it could take more than 10 seconds to import?
    I think it is curl that has this 10 second timeout, not PHP.
    Try issuing the curl command from shell prompt command line, see what happens. Maybe this gets better error messages.
     

Share This Page