Skip to content
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

Update continue.scrbl #133

Merged
merged 1 commit into from
Mar 14, 2024
Merged

Update continue.scrbl #133

merged 1 commit into from
Mar 14, 2024

Conversation

timbot1789
Copy link
Contributor

A key of size 1024 is no longer considered long enough to be secure. Running the line plt-web-server --ssl throws the following error on recent versions:

ssl-load-certificate-chain!: load failed from: #<path:/myPath/Racket/server-cert.pem> (error:140AB18F:SSL routines:SSL_CTX_use_certificate:ee key too small)

Bumping the size up to 2048 fixes the error.


Kudos on the excellent tutorial. I walked through every line, and this was the only issue I ran into.

A key of size `1024` is no longer considered long enough to be secure. Running the line `plt-web-server --ssl` throws the following error on recent versions:

`ssl-load-certificate-chain!: load failed from: #<path:/myPath/Racket/server-cert.pem> (error:140AB18F:SSL routines:SSL_CTX_use_certificate:ee key too small)`

Bumping the size up to `2048` fixes the error.
@jeapostrophe jeapostrophe merged commit 723fab4 into racket:master Mar 14, 2024
0 of 6 checks passed
@jeapostrophe
Copy link
Contributor

Thank you!

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