Hi I just try to install Centminmod and: And i am waiting now for almost 5 minutes there Any ideas? Thanks
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 ?
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
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
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.
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
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