-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
先决条件 (Prerequisites)
- 我已确认这个问题没有在其他 issues中提出过。
I am sure that this problem has NEVER been discussed in other issues.
发生了什么(What happened)
齐鲁工业大学镜像站的openwrt已经停止更新几个月了 (Last Update: 2025-08-29 14:44 )。
访问相关资源会404:
curl -v https://mirrors.cernet.edu.cn/openwrt/releases/24.10.5/ -L
* Host mirrors.cernet.edu.cn:443 was resolved.
* IPv6: (none)
* IPv4: 1.51.3.134
* Trying 1.51.3.134:443...
* ALPN: curl offers h2,http/1.1
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* CAfile: /etc/ssl/certs/ca-certificates.crt
* CApath: none
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
* TLSv1.3 (IN), TLS handshake, Certificate (11):
* TLSv1.3 (IN), TLS handshake, CERT verify (15):
* TLSv1.3 (IN), TLS handshake, Finished (20):
* TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.3 (OUT), TLS handshake, Finished (20):
* SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / X25519 / RSASSA-PSS
* ALPN: server accepted h2
* Server certificate:
* subject: CN=mirrors.cernet.edu.cn
* start date: Dec 1 15:42:36 2025 GMT
* expire date: Mar 1 15:42:35 2026 GMT
* subjectAltName: host "mirrors.cernet.edu.cn" matched cert's "mirrors.cernet.edu.cn"
* issuer: C=US; O=Let's Encrypt; CN=R13
* SSL certificate verify ok.
* Certificate level 0: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption
* Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption
* Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption
* Connected to mirrors.cernet.edu.cn (1.51.3.134) port 443
* using HTTP/2
* [HTTP/2] [1] OPENED stream for https://mirrors.cernet.edu.cn/openwrt/releases/24.10.5/
* [HTTP/2] [1] [:method: GET]
* [HTTP/2] [1] [:scheme: https]
* [HTTP/2] [1] [:authority: mirrors.cernet.edu.cn]
* [HTTP/2] [1] [:path: /openwrt/releases/24.10.5/]
* [HTTP/2] [1] [user-agent: curl/8.12.1]
* [HTTP/2] [1] [accept: */*]
> GET /openwrt/releases/24.10.5/ HTTP/2
> Host: mirrors.cernet.edu.cn
> User-Agent: curl/8.12.1
> Accept: */*
>
* Request completely sent off
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
< HTTP/2 302
< server: nginx-n.wtf/1.29.3
< date: Fri, 23 Jan 2026 02:09:32 GMT
< content-type: text/html; charset=utf-8
< content-length: 75
< location: https://mirrors.qlu.edu.cn/openwrt/releases/24.10.5/
< strict-transport-security: max-age=86400
* Ignoring the response-body
* setting size while ignoring
<
* Connection #0 to host mirrors.cernet.edu.cn left intact
* Issue another request to this URL: 'https://mirrors.qlu.edu.cn/openwrt/releases/24.10.5/'
* Host mirrors.qlu.edu.cn:443 was resolved.
* IPv6: (none)
* IPv4: 210.44.151.62
* Trying 210.44.151.62:443...
* ALPN: curl offers h2,http/1.1
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
* TLSv1.3 (IN), TLS handshake, Certificate (11):
* TLSv1.3 (IN), TLS handshake, CERT verify (15):
* TLSv1.3 (IN), TLS handshake, Finished (20):
* TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.3 (OUT), TLS handshake, Finished (20):
* SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / X25519 / RSASSA-PSS
* ALPN: server accepted h2
* Server certificate:
* subject: C=CN; ST=\U5C71\U4E1C\U7701; L=\U6D4E\U5357\U5E02; O=\U9F50\U9C81\U5DE5\U4E1A\U5927\U5B66\UFF08\U5C71\U4E1C\U7701\U79D1\U5B66\U9662\UFF09; CN=*.qlu.edu.cn
* start date: Apr 15 00:00:00 2025 GMT
* expire date: Apr 14 23:59:59 2026 GMT
* subjectAltName: host "mirrors.qlu.edu.cn" matched cert's "*.qlu.edu.cn"
* issuer: C=US; O=DigiCert Inc; CN=DigiCert Basic RSA CN CA G2
* SSL certificate verify ok.
* Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption
* Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption
* Certificate level 2: Public key type RSA (2048/112 Bits/secBits), signed using sha1WithRSAEncryption
* Connected to mirrors.qlu.edu.cn (210.44.151.62) port 443
* using HTTP/2
* [HTTP/2] [1] OPENED stream for https://mirrors.qlu.edu.cn/openwrt/releases/24.10.5/
* [HTTP/2] [1] [:method: GET]
* [HTTP/2] [1] [:scheme: https]
* [HTTP/2] [1] [:authority: mirrors.qlu.edu.cn]
* [HTTP/2] [1] [:path: /openwrt/releases/24.10.5/]
* [HTTP/2] [1] [user-agent: curl/8.12.1]
* [HTTP/2] [1] [accept: */*]
> GET /openwrt/releases/24.10.5/ HTTP/2
> Host: mirrors.qlu.edu.cn
> User-Agent: curl/8.12.1
> Accept: */*
>
* Request completely sent off
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
< HTTP/2 404
< server: nginx/1.26.0
< date: Fri, 23 Jan 2026 02:09:32 GMT
< content-type: text/html; charset=utf-8
< content-length: 153
<
<html>
<head><title>404 Not Found</title></head>
<body>
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.26.0</center>
</body>
</html>
* Connection #1 to host mirrors.qlu.edu.cn left intact
期望的现象(What you expected to happen)
正常下载
如何重现此问题(How to reproduce it)
北方地区访问 https://mirrors.cernet.edu.cn/openwrt/releases/24.10.5/
或任意地区访问 https://mirrors.qlu.edu.cn/openwrt/releases/24.10.5/
操作系统(OS Version)
No response
浏览器(如果适用)(Browser version, if applicable)
No response
其他环境(Other environments)
No response
其他需要说明的事项(Anything else we need to know)
建议cernet的openwrt不要跳转到此镜像站
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels