[LEDE-DEV] The problem with access to git.lede-project.org via https.

Alexey khilalth at gmail.com
Tue Aug 9 04:13:35 PDT 2016


Hello everyone,

For unknown reason I have problem with access https://git.lede-project.org.

[user at v-arch-1 ~]$ git clone https://git.lede-project.org/source.git
Cloning into 'source'...
fatal: unable to access 'https://git.lede-project.org/source.git/':
Failed to connect to git.lede-project.org port 443: Connection timed
out
[user at v-arch-1 ~]$ curl -I https://git.lede-project.org
curl: (7) Failed to connect to git.lede-project.org port 443:
Connection timed out

But non-https git.lede-project.org and other https sites works fine.

[user at v-arch-1 ~]$ ping git.lede-project.org -c 3
PING git.lede-project.org (188.40.166.7) 56(84) bytes of data.
64 bytes from ffx.subsignal.org (188.40.166.7): icmp_seq=1 ttl=51 time=73.4 ms
64 bytes from ffx.subsignal.org (188.40.166.7): icmp_seq=2 ttl=51 time=73.3 ms
64 bytes from ffx.subsignal.org (188.40.166.7): icmp_seq=3 ttl=51 time=73.3 ms
--- git.lede-project.org ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2004ms
rtt min/avg/max/mdev = 73.318/73.368/73.453/0.229 ms

[user at v-arch-1 ~]$ git clone git://git.lede-project.org/source.git
Cloning into 'source'...
remote: Counting objects: 353805, done.
remote: Compressing objects: 100% (99856/99856), done.
remote: Total 353805 (delta 241332), reused 349964 (delta 238155)
Receiving objects: 100% (353805/353805), 119.76 MiB | 9.98 MiB/s, done.
Resolving deltas: 100% (241332/241332), done.
Checking connectivity... done.

[user at v-arch-1 ~]$ curl -I https://git.openwrt.org
HTTP/1.1 200 OK
Server: nginx/1.6.2
Date: Tue, 09 Aug 2016 10:32:57 GMT
Content-Type: text/html; charset=utf-8
Connection: keep-alive

[user at v-arch-1 ~]$ curl -I https://lede-project.org
HTTP/1.1 200 OK
Date: Tue, 09 Aug 2016 10:33:05 GMT
Server: Apache/2.4.23 (Fedora) OpenSSL/1.0.2h-fips PHP/5.6.23
mod_wsgi/4.4.8 Python/2.7.12 mod_perl/2.0.9 Perl/v5.22.2
Last-Modified: Tue, 02 Aug 2016 13:30:05 GMT
Accept-Ranges: bytes
Content-Length: 7652
Content-Type: text/html; charset=UTF-8

I do not have anything that would filter or block
https://git.lede-project.org (unless ISP).

Best, Alexey.



More information about the Lede-dev mailing list