Skip to content

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jedisct1
Copy link
Contributor

@jedisct1 jedisct1 commented Jul 1, 2025

This adds a new mirror running on the Fastly CDN.

This adds a new mirror running on the Fastly CDN
@mlugg
Copy link
Member

mlugg commented Jul 1, 2025

It seems like Zig's TLS implementation isn't playing nicely with this mirror (error.TlsInitializationFailed). Unfortunately, that'll need fixing upstream before this can be merged.

Looks like the server is returning an illegal_parameter alert after our client sends ClientKeyExchange+ChangeCipherSpec+Finished.

mlugg added a commit that referenced this pull request Jul 2, 2025
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.
mlugg added a commit that referenced this pull request Jul 2, 2025
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants