-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Extension Host Process exited with code: 0, signal: null. #4746
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
Same here. Upgraded from 3.12.0. |
@code-asher any ideas on this? Maybe a regression with the cert logic |
I get this same bug on 4.x. It is the same issue as reported here: #4693 |
Same issue, upgraded from 3.12.X to 4.0.1 |
+1, upgrade from 3.11. |
@jsjoeio Sounds like it is, yeah. Probably need to bring back the TLS socket proxy that was deleted. |
Same problem. |
Same here. |
+1,upgrade from 3.12. |
Thanks for the comments all! Anyone else coming here experiencing this, give the original issue description a 👍 This is on our list of high-priority bugs to fix soon. |
Same here, latest version. Hope fixes it rapidly |
I tried |
I found that if I use |
Closing for now but please let me know if it still happens on the latest version and how I can reproduce. |
OS/Web Information
code-server --version
: 4.0.0Steps to Reproduce
When NOT serving HTTPS, everything is OK. (except preview of markdown and PDF)
But when serving HTTPS, a dozen of seconds after connected,
Extension Host Process exited with code: 0, signal: null.
will be reported and connection will be lost every time.~/.config/code-server/config.yaml
:cert: true
code-server --cert /etc/letsencrypt/live/www.wangruitang.xyz/fullchain.pem --cert-key /etc/letsencrypt/live/www.wangruitang.xyz/privkey.pem
in terminalhttps://www.wangruitang.xyz:9999/?folder=/home/wrt
in the browser, after connected, wait a dozen of seconds, andCannot Reconnect. Please reload the window.
will appear in the browser. Then I have to reload the window every dozen of seconds.Logs
The text was updated successfully, but these errors were encountered: