Web site not available on SSL error
This is just an FYI that from a corporate environment where IT controls the Chrome configuration and firewall, I cannot visit the C3 main site, with this error. Maybe something can be done about that. Obviously, non essential.
c3-lang.org uses an unsupported protocol.
ERR_SSL_VERSION_OR_CIPHER_MISMATCH
PS: Also FYI, I wish the GitHub releases had release notes, in the notification email I get, from watching this repo's releases. A good example of good email notif is https://github.com/oven-sh/bun/releases/tag/bun-v1.2.10, FWIW. My $0.02 :).
The website actually has its own repository! You can find it at https://github.com/c3lang/c3-web =)
So according to the request trail there's a redirect on http://c3-lang.org to https://c3-lang.org
It's been a while but I think when registering the domain there's an option to set a default protocol to https
for example: https://developers.cloudflare.com/ssl/edge-certificates/additional-options/always-use-https/
that would then avoid using http and only use https
@ddevienne It's odd that you don't get the release notes. What does the mail look like?
I've made some changes, are you able to access it now?
FYI, as requested. This is what I get:
latest-prerelease-20250610-0121 Repository: c3lang/c3c · Tag: latest-prerelease · Commit: 496d23e · Released by: github-actions[bot]
— This release has 2 assets:
Source code (zip) Source code (tar.gz) Visit the release page to download them.
With a Title of
[c3lang/c3c] Pre-release latest-prerelease - latest-prerelease-20250608-0000
these days, I tend to trash all [bot] emails from GitHub, FWIW. Too low signal-to-noise ratio.
To contrast, this is the email I get fron BUN:
Bun v1.2.15 Repository: oven-sh/bun · Tag: bun-v1.2.15 · Commit: df01799 · Released by: >dylan-conway
To install Bun v1.2.15
curl -fsSL https://bun.sh/install | bash
or you can use npm
npm install -g bun
Windows:
powershell -c "irm bun.sh/install.ps1|iex" To upgrade to Bun v1.2.15:
bun upgrade Read Bun v1.2.15's release notes on Bun's blog
Thanks to 15 contributors! @190n ,,, @water-sucks — This release has 24 assets:
bun-darwin-aarch64-profile.zip ... bun-windows-x64.zip Source code (zip) Source code (tar.gz) Visit the release page to download them.
with Title:
[oven-sh/bun] Release bun-v1.2.15 - Bun v1.2.15
So in summary, one's a pre-release from a [bot], the other a release from a person.
Are you talking about the prereleases or the actual releases?