Discover Centmin Mod today
Register Now

Hard to get connected to pagespeed download

Discussion in 'Install & Upgrades or Pre-Install Questions' started by pamamolf, Jul 4, 2014.

  1. pamamolf

    pamamolf Premium Member Premium Member

    4,084
    428
    83
    May 31, 2014
    Ratings:
    +834
    Local Time:
    1:01 PM
    Nginx-1.25.x
    MariaDB 10.3.x
    Hi

    I just try to install Centminmod and:

    And i am waiting now for almost 5 minutes there :(

    Any ideas?

    Thanks

     
  2. eva2000

    eva2000 Administrator Staff Member

    54,600
    12,225
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,794
    Local Time:
    9:01 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    maybe you're unlucky to have your server IP address blocked by github ? as I can access it fine

    can you manually download the url from your browser ?
     
  3. pamamolf

    pamamolf Premium Member Premium Member

    4,084
    428
    83
    May 31, 2014
    Ratings:
    +834
    Local Time:
    1:01 PM
    Nginx-1.25.x
    MariaDB 10.3.x
    Yes i can...

    Now what i can do?

    Can i manually upload the file and where?

    Can i restart the installation or i must reinstall my server again?

    Thanks
     
  4. eva2000

    eva2000 Administrator Staff Member

    54,600
    12,225
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,794
    Local Time:
    9:01 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    what does the output of this command in SSH show

    Code:
    curl -I -v https://codeload.github.com/pagespeed/ngx_pagespeed/tar.gz/master
    wrap output in [CODE][/CODE] tags

    edit: no reinstall server won't help if github blocked your server's IP address
     
  5. pamamolf

    pamamolf Premium Member Premium Member

    4,084
    428
    83
    May 31, 2014
    Ratings:
    +834
    Local Time:
    1:01 PM
    Nginx-1.25.x
    MariaDB 10.3.x
    Code:
    * About to connect() to codeload.github.com port 443 (#0)
    *  Trying 192.30.252.144... connected
    * Connected to codeload.github.com (192.30.252.144) port 443 (#0)
    * Initializing NSS with certpath: sql:/etc/pki/nssdb
    *  CAfile: /etc/pki/tls/certs/ca-bundle.crt
      CApath: none
    * SSL connection using TLS_RSA_WITH_AES_128_CBC_SHA
    * Server certificate:
    *  subject: CN=*.github.com,O="GitHub, Inc.",L=San Francisco,ST=California,C=US
    *  start date: Apr 08 00:00:00 2014 GMT
    *  expire date: Apr 12 12:00:00 2017 GMT
    *  common name: *.github.com
    *  issuer: CN=DigiCert SHA2 High Assurance Server CA,OU=www.digicert.com,O=DigiCert Inc,C=US
    > HEAD /pagespeed/ngx_pagespeed/tar.gz/master HTTP/1.1
    > User-Agent: curl/7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.15.3 zlib/1.2.3 libidn/1.18 libssh2/1.4.2
    > Host: codeload.github.com
    > Accept: */*
    >
    < HTTP/1.1 200 OK
    HTTP/1.1 200 OK
    < Content-Length: 105747
    Content-Length: 105747
    < Content-Security-Policy: default-src 'none'
    Content-Security-Policy: default-src 'none'
    < Access-Control-Allow-Origin: https://render.githubusercontent.com
    Access-Control-Allow-Origin: https://render.githubusercontent.com
    < X-XSS-Protection: 1; mode=block
    X-XSS-Protection: 1; mode=block
    < X-Frame-Options: deny
    X-Frame-Options: deny
    < X-Content-Type-Options: nosniff
    X-Content-Type-Options: nosniff
    < Strict-Transport-Security: max-age=31536000
    Strict-Transport-Security: max-age=31536000
    < Vary: Authorization,Accept-Encoding
    Vary: Authorization,Accept-Encoding
    < ETag: "0c1cbbdf64c95cbbd345f1ae0bb69d4bc3be448a"
    ETag: "0c1cbbdf64c95cbbd345f1ae0bb69d4bc3be448a"
    < Content-Type: application/x-gzip
    Content-Type: application/x-gzip
    < Content-Disposition: attachment; filename=ngx_pagespeed-master.tar.gz
    Content-Disposition: attachment; filename=ngx_pagespeed-master.tar.gz
    < Date: Fri, 04 Jul 2014 13:55:01 GMT
    Date: Fri, 04 Jul 2014 13:55:01 GMT
    
    <
    * Connection #0 to host codeload.github.com left intact
    * Closing connection #0
    
    
    I also got this error as it stops trying:

    Code:
    Unable to establish SSL connection.
    Error: release-1.8.31.4-beta.tar.gz download failed.
    
     
  6. eva2000

    eva2000 Administrator Staff Member

    54,600
    12,225
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,794
    Local Time:
    9:01 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    probably a github end issue, i see you get directed to gitub 192.30.252.144 while my working download goes to 192.30.252.146

    you could try adding to /etc/hosts file

    Code:
    192.30.252.146 codeload.github.com
    and try again
     
  7. pamamolf

    pamamolf Premium Member Premium Member

    4,084
    428
    83
    May 31, 2014
    Ratings:
    +834
    Local Time:
    1:01 PM
    Nginx-1.25.x
    MariaDB 10.3.x
    Ok i add it and i wil try now :)

    Do i have to clear any previous downloaded files before i start again?

    If yes where are located?

    Thanks
     
  8. eva2000

    eva2000 Administrator Staff Member

    54,600
    12,225
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,794
    Local Time:
    9:01 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    /svr-setup is where you have to clear old downloads
     
  9. pamamolf

    pamamolf Premium Member Premium Member

    4,084
    428
    83
    May 31, 2014
    Ratings:
    +834
    Local Time:
    1:01 PM
    Nginx-1.25.x
    MariaDB 10.3.x
    Ok now all working :)

    Thanks
     
  10. eva2000

    eva2000 Administrator Staff Member

    54,600
    12,225
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,794
    Local Time:
    9:01 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Great to hear :)