Skip to content

Commit 4c518f9

Browse files
committed
Add blank screen problem with iPad to FAQ
1 parent aa87270 commit 4c518f9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/FAQ.md

+10
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
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

232233
The 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

236246
Visit [our enterprise page](https://coder.com) for more information about our

0 commit comments

Comments
 (0)