@@ -115,7 +115,7 @@ we recommend using another method, such as [Let's Encrypt](#let-encrypt) instead
115
115
Using [ Let's Encrypt] ( https://letsencrypt.org ) is an option if you want to
116
116
access code-server on an iPad or do not want to use SSH port forwarding.
117
117
118
- 1 . This option requires that the remote machine be exposed to the internet. Make sure that your instance allows HTTP/HTTP traffic.
118
+ 1 . This option requires that the remote machine be exposed to the internet. Make sure that your instance allows HTTP/HTTPS traffic.
119
119
120
120
1 . You'll need a domain name (if you don't have one, you can purchase one from
121
121
[ Google Domains] ( https://domains.google.com ) or the domain service of your
@@ -162,7 +162,7 @@ At this point, you should be able to access code-server via
162
162
163
163
### Using Let's Encrypt with NGINX
164
164
165
- 1 . This option requires that the remote machine be exposed to the internet. Make sure that your instance allows HTTP/HTTP traffic.
165
+ 1 . This option requires that the remote machine be exposed to the internet. Make sure that your instance allows HTTP/HTTPS traffic.
166
166
167
167
1 . You'll need a domain name (if you don't have one, you can purchase one from
168
168
[ Google Domains] ( https://domains.google.com ) or the domain service of your
@@ -229,7 +229,7 @@ code-server. You should only proceed with this option if:
229
229
To use a self-signed certificate:
230
230
231
231
1 . This option requires that the remote machine be exposed to the internet. Make
232
- sure that your instance allows HTTP/HTTP traffic.
232
+ sure that your instance allows HTTP/HTTPS traffic.
233
233
234
234
1 . SSH into your instance and edit your code-server config file to use a
235
235
randomly generated self-signed certificate:
0 commit comments