File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 18
18
- [ How do I debug issues with code-server?] ( #how-do-i-debug-issues-with-code-server )
19
19
- [ Heartbeat File] ( #heartbeat-file )
20
20
- [ How does the config file work?] ( #how-does-the-config-file-work )
21
+ - [ Blank screen on iPad?] ( #blank-screen-on-ipad )
21
22
- [ Enterprise] ( #enterprise )
22
23
23
24
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
@@ -231,6 +232,15 @@ The `--config` flag or `$CODE_SERVER_CONFIG` can be used to change the config fi
231
232
232
233
The default location also respects `$XDG_CONFIG_HOME`.
233
234
235
+ # # Blank screen on iPad?
236
+
237
+ Unfortunately at the moment self signed certificates cause a blank screen on iPadOS
238
+
239
+ There does seem to a way to get it to work if you create your own CA and create a
240
+ certificate using the CA and then import the CA onto your iPad.
241
+
242
+ See [#1566](https://github.com/cdr/code-server/issues/1566#issuecomment-623159434).
243
+
234
244
# # Enterprise
235
245
236
246
Visit [our enterprise page](https://coder.com) for more information about our
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ the dependency on caddy.
195
195
### Self Signed Certificate
196
196
197
197
** note:** Self signed certificates do not work with iPad and will cause a blank page. You'll
198
- have to use [ Let's Encrypt] ( #lets-encrypt ) instead.
198
+ have to use [ Let's Encrypt] ( #lets-encrypt ) instead. See the [ FAQ ] ( https://github.com/cdr/code-server/blob/master/doc/FAQ.md#blank-screen-on-ipad ) .
199
199
200
200
Recommended reading: https://security.stackexchange.com/a/8112 .
201
201
You can’t perform that action at this time.
0 commit comments