-
Notifications
You must be signed in to change notification settings - Fork 5.9k
1.408 doesn't work with --cert args #378
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
Comments
Will fix. Thanks for the report! |
Exact same issue. Is there an easy workaround? Thanks for posting Mentz. |
The "workaround" I'm using is reverting to version |
same issue as #351 |
Sorry, I didn't think it was a duplicate. Seeing that it's a different error I thought it would be better to open a new issue for this one. |
Got exact same error too, another workaround for now might be using reverse proxy like nginx to perform ssl transmission. |
Did some testing and it looks like what fixed #351 also fixed this one (that fix hasn't been released yet though). The different arguments caused a different error message, but the root cause was the same. |
same error, waiting to be fixed |
Fixed with the latest release! |
code-server
version:1.408-vsc1.32.0
Description
Trying to run
code-server
with--cert
and--cert-key
arguments causes application to exit issuing errorEEXIST: file already exists, mkdir '<cert-path>'
.Steps to Reproduce
./code-server --cert fullchain.pem --cert-key privkey.pem
Error shown
Below is a complete example of the error I am getting when running code-server following above steps:
Previous versions
This error does not happen on previous
code-server
version1.32.0-310
.The text was updated successfully, but these errors were encountered: