-
-
Couldn't load subscription status.
- Fork 223
New mirror: ziglang.freetls.fastly.net #492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
This adds a new mirror running on the Fastly CDN
|
It seems like Zig's TLS implementation isn't playing nicely with this mirror ( Looks like the server is returning an |
Minimizing the amount of code running on the website machine is important to avoid potential security vulnerabilities. Since we now need to fetch Zig (rather than it being preinstalled), also update `check-mirrors` to the latest Zig dev version. We'll want to do this soon anyway due to ziglang/zig#24316 blocking #492.
Minimizing the amount of code running on the website machine is important to avoid potential security vulnerabilities. Since we now need to fetch Zig (rather than it being preinstalled), also update `check-mirrors` to the latest Zig dev version. We'll want to do this soon anyway due to ziglang/zig#24316 blocking #492.
|
If a CNAME record could be set up in the ziglang.org domain, it would immediately enable TLS 1.3 and resolve the issue. |
|
Fixed by ziglang/zig#25007 |
|
Thanks for the upstream work! I'll do my best to review it shortly so as to unblock this PR -- though it might take a little while since I'll have to consult specs as I am very unfamiliar with TLS etc :P |
|
The mirror is still up, for example https://ziglang.freetls.fastly.net/zig-aarch64-netbsd-0.15.2.tar.xz.minisig |
* main: (149 commits) devlog: update code example CI: update gh sponsor list add silares 0.15.2 documentation: link to 0.15.2 std docs plot css: more zig syntax css: more zig syntax highlighting css: align css colors for zig code snippets devlog: Async DNS Resolution Improve Japanese translation and fix formatting update Friendly toward package maintainers section overview: update target support link add 0.15.2 to build tarballs template add release 0.15.2 artifacts CI: update gh sponsor list devlog: no-matrix CI: update gh sponsor list Fix unintended compile error in build.zig example CI: update gh sponsor list end of fundraiser ...
…to fastlymirror * 'fastlymirror' of github.com:jedisct1/www.ziglang.org:
We should probably update other scripts as well, but this is unrelated and can be done in another PR
This adds a new mirror running on the Fastly CDN.