Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information