@@ -105,7 +105,7 @@ we recommend using another method, such as [Let's Encrypt](#let-encrypt) instead
105
105
# This is the same as the above SSH command, but it runs in the background
106
106
# continuously. Be sure to add `mutagen daemon start` to your ~/.bashrc to
107
107
# start the mutagen daemon when you open a shell.
108
-
108
+
109
109
mutagen forward create --name=code-server tcp:127.0.0.1:8080 < instance-ip > :tcp:127.0.0.1:8080
110
110
```
111
111
@@ -159,7 +159,7 @@ sudo apt install caddy
159
159
mydomain.com/code/* {
160
160
uri strip_prefix /code
161
161
reverse_proxy 127.0.0.1:8080
162
- }
162
+ }
163
163
```
164
164
165
165
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
270
270
self-signed certificate that's trusted by your operating system, then pass the
271
271
certificate to code-server via the ` cert ` and ` cert-key ` config fields.
272
272
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
+
273
280
## External authentication
274
281
275
282
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
482
489
# This is the same as the above SSH command, but it runs in the background
483
490
# continuously. Be sure to add `mutagen daemon start` to your ~/.bashrc to
484
491
# start the mutagen daemon when you open a shell.
485
-
492
+
486
493
mutagen forward create --name=code-server tcp:127.0.0.1:8080 < instance-ip > :tcp:127.0.0.1:8080
487
494
```
488
495
0 commit comments