File tree 3 files changed +11
-14
lines changed
3 files changed +11
-14
lines changed Original file line number Diff line number Diff line change 22
22
- [ Heartbeat File] ( #heartbeat-file )
23
23
- [ Healthz endpoint] ( #healthz-endpoint )
24
24
- [ How does the config file work?] ( #how-does-the-config-file-work )
25
- - [ Blank screen on iPad?] ( #blank-screen-on-ipad )
26
25
- [ Isn't an install script piped into sh insecure?] ( #isnt-an-install-script-piped-into-sh-insecure )
27
26
- [ How do I make my keyboard shortcuts work?] ( #how-do-i-make-my-keyboard-shortcuts-work )
28
27
- [ Differences compared to Theia?] ( #differences-compared-to-theia )
@@ -287,15 +286,6 @@ The `--config` flag or `$CODE_SERVER_CONFIG` can be used to change the config fi
287
286
288
287
The default location also respects `$XDG_CONFIG_HOME`.
289
288
290
- # # Blank screen on iPad?
291
-
292
- Unfortunately at the moment self signed certificates cause a blank screen on iPadOS
293
-
294
- There does seem to be a way to get it to work if you create your own CA and create a
295
- certificate using the CA and then import the CA onto your iPad.
296
-
297
- See [#1566](https://github.com/cdr/code-server/issues/1566#issuecomment-623159434).
298
-
299
289
# # Isn't an install script piped into sh insecure?
300
290
301
291
Please give
Original file line number Diff line number Diff line change @@ -251,8 +251,7 @@ Visit `https://<your-domain-name>` to access `code-server`. Congratulations!
251
251
252
252
### Self Signed Certificate
253
253
254
- ** note:** Self signed certificates do not work with iPad and will cause a blank page. You'll
255
- have to use [ Let's Encrypt] ( #lets-encrypt ) instead. See the [ FAQ] ( ./FAQ.md#blank-screen-on-ipad ) .
254
+ ** note:** Self signed certificates do not work with iPad normally. See [ ./ipad.md] ( ./ipad.md ) for details.
256
255
257
256
Recommended reading: https://security.stackexchange.com/a/8112 .
258
257
Original file line number Diff line number Diff line change 3
3
# iPad
4
4
5
5
- [ iPad] ( #ipad )
6
- - [ How to access code-server with a self signed certificate on iPad] ( #how-to-access-code-server-with-a-self-signed-certificate-on-ipad )
6
+ - [ Known Issues] ( #known-issues )
7
+ - [ How to access code-server with a self signed certificate on iPad?] ( #how-to-access-code-server-with-a-self-signed-certificate-on-ipad )
7
8
8
9
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
9
10
10
11
# iPad
11
12
12
- ## How to access code-server with a self signed certificate on iPad
13
+ ## Known Issues
14
+
15
+ - Getting self signed certificates certificates to work is involved, see below.
16
+ - Keyboard may disappear sometimes [ #1313 ] ( https://github.com/cdr/code-server/issues/1313 ) , [ #979 ] ( https://github.com/cdr/code-server/issues/979 )
17
+ - Trackpad scrolling does not work [ #1455 ] ( https://github.com/cdr/code-server/issues/1455 )
18
+ - See [ issues tagged with the iPad label] ( https://github.com/cdr/code-server/issues?q=is%3Aopen+is%3Aissue+label%3AiPad ) for more.
19
+
20
+ ## How to access code-server with a self signed certificate on iPad?
13
21
14
22
Accessing a self signed certificate on iPad isn't as easy as accepting through all
15
23
the security warnings. Safari will prevent WebSocket connections unless the certificate
You can’t perform that action at this time.
0 commit comments