-
Notifications
You must be signed in to change notification settings - Fork 5.9k
code-server --cert fails and code-server --cert "" starts the server without SSL #1101
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
v1 handles the In In I recommend using v2 if you can. |
Thanks @code-asher i tiried this tho code-server --cert but i receive "argument missing" error when i try this? |
Would you be able to try v2 instead? https://github.com/cdr/code-server/releases/tag/2.1638-vsc1.39.2 If you need to stick with v1 then drop the |
Maybe I'm doing something wrong but I'm running the latest 2.1638-vsc1.39.2 like this:
But that's the output:
I also wiped my |
Hi @code-asher Get a similar result when I try with :v2 |
Ah you're right something happened to the latest version of v2. |
It seems VS Code's parser changed to filter out empty string arguments. Thanks for the bug report! ❤️ We'll have a new version released by end of day. |
When I run code-server --cert it fails and code-server --cert "" starts the server without SSL?
How should we properly enable SSL using self signed cert?
The text was updated successfully, but these errors were encountered: