Skip to content

Commit 6d38bf4

Browse files
committed
Mention that Safari needs TLS 1.2
coder#3850
1 parent 271bc06 commit 6d38bf4

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

docs/guide.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ we recommend using another method, such as [Let's Encrypt](#let-encrypt) instead
105105
# This is the same as the above SSH command, but it runs in the background
106106
# continuously. Be sure to add `mutagen daemon start` to your ~/.bashrc to
107107
# start the mutagen daemon when you open a shell.
108-
108+
109109
mutagen forward create --name=code-server tcp:127.0.0.1:8080 < instance-ip > :tcp:127.0.0.1:8080
110110
```
111111

@@ -159,7 +159,7 @@ sudo apt install caddy
159159
mydomain.com/code/* {
160160
uri strip_prefix /code
161161
reverse_proxy 127.0.0.1:8080
162-
}
162+
}
163163
```
164164

165165
Remember to replace `mydomain.com` with your domain name!
@@ -270,6 +270,13 @@ self-signed certificate, you can use [mkcert](https://mkcert.dev) to create a
270270
self-signed certificate that's trusted by your operating system, then pass the
271271
certificate to code-server via the `cert` and `cert-key` config fields.
272272

273+
### TLS 1.3 and Safari
274+
275+
If you will be using Safari and your configuration does not allow anything less
276+
than TLS 1.3 you will need to add support for TLS 1.2 since Safari does not
277+
support TLS 1.3 for web sockets at the time of writing. If this is the case you
278+
should see OSSStatus: 9836 in the browser console.
279+
273280
## External authentication
274281

275282
If you want to use external authentication mechanism (e.g., Sign in with
@@ -482,7 +489,7 @@ we recommend using another method, such as [Let's Encrypt](#let-encrypt) instead
482489
# This is the same as the above SSH command, but it runs in the background
483490
# continuously. Be sure to add `mutagen daemon start` to your ~/.bashrc to
484491
# start the mutagen daemon when you open a shell.
485-
492+
486493
mutagen forward create --name=code-server tcp:127.0.0.1:8080 < instance-ip > :tcp:127.0.0.1:8080
487494
```
488495

0 commit comments

Comments
 (0)