Replies: 2 comments 1 reply
-
Hmm...I don't think you'll be able to get around this on iPad. I believe you need valid certificates to get it working. At least that's what I'm aware of. You could try running |
Beta Was this translation helpful? Give feedback.
0 replies
-
As I said, i generated the certificate through let's encrypt. :/ |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I recently set-up code-server on my ubuntu VPS.
If I open it from the browser on my PC from VPS_IP:PORT it works perfectly fine.
However, I recently got an Ipad and I was looking to also use it for coding on-the-go.
After I figured out I need a signed HTTPS certificate in order to use it on IPAD, i set up a reverse proxy with apache from a domain of mine to codeserver
That's the config of the apache website
Now, after I start code-server through the terminal using
code-server --bind-addr 0.0.0.0:1239 ./
, I can connect to my domain and see the login page and the HTTPS working fine.After the login I only see a white screen and tons of errors in the console stating VSCode failed to initialize.
Any suggestion on how to fix this?
P.S. I get this error only on the reverse proxy, both from the Ipad and my PC. The direct URL still works from my PC but gives white screen on the IPAD due to the lack of the certificate.
Beta Was this translation helpful? Give feedback.
All reactions