c3c icon indicating copy to clipboard operation
c3c copied to clipboard

Web site not available on SSL error

Open ddevienne opened this issue 8 months ago • 6 comments

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 :).

ddevienne avatar Apr 23 '25 08:04 ddevienne

The website actually has its own repository! You can find it at https://github.com/c3lang/c3-web =)

BWindey avatar Apr 23 '25 19:04 BWindey

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

joshring avatar Jun 05 '25 15:06 joshring

@ddevienne It's odd that you don't get the release notes. What does the mail look like?

lerno avatar Jun 06 '25 18:06 lerno

I've made some changes, are you able to access it now?

lerno avatar Jun 06 '25 22:06 lerno

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.

ddevienne avatar Jun 10 '25 08:06 ddevienne

Are you talking about the prereleases or the actual releases?

lerno avatar Jun 21 '25 17:06 lerno