File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1818- [ How do I debug issues with code-server?] ( #how-do-i-debug-issues-with-code-server )
1919- [ Heartbeat File] ( #heartbeat-file )
2020- [ How does the config file work?] ( #how-does-the-config-file-work )
21+ - [ Blank screen on iPad?] ( #blank-screen-on-ipad )
2122- [ Enterprise] ( #enterprise )
2223
2324<!-- 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
231232
232233The default location also respects `$XDG_CONFIG_HOME`.
233234
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+
234244# # Enterprise
235245
236246Visit [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.
195195### Self Signed Certificate
196196
197197** 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 ) .
199199
200200Recommended reading: https://security.stackexchange.com/a/8112 .
201201
You can’t perform that action at this time.
0 commit comments