Replies: 3 comments 2 replies
-
@code-asher any ideas? (this is out of my wheelhouse) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Are you running code-server with `systemctl start code-server` or some other
way? And have you added any flags to it?
One idea for debugging is to make Caddy return a string to test if
code-server is the issue or not. Example Caddyfile:
```
mydomain.com
respond "If you see this then Caddy is working correctly"
```
|
Beta Was this translation helpful? Give feedback.
2 replies
-
Hello, have you tried to manually pass in the certificate file and key file path? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
To Reproduce:
setup code-server with install.sh script
open the configuration guide and use caddy with lets encrypt
follow to configuration guide closely and done
add a A record to your domain's dns page (Cloudflare) without the proxy (grey cloud)
connect to the page --> WORKS
edit the A record to use the proxy (orange cloud)
When trying to open in any browser --> ERR_SSL_VERSION_OR_CIPHER_MISMATCH
Does anybody know what's up with that ? Its really getting on my nerves... (I had some problems with DDoS attacks, that's why I really always choose to use Cloudflare).
I had the same setup a while ago (2-3 months) and it worked perfectly. Maybe a new version of code-server changed some things, but I don't know.
Thanks in Advance,
David
Beta Was this translation helpful? Give feedback.
All reactions