| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4654e23 commit f8baecc
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -312,9 +312,9 @@ instance, the following makes `ECDHE-RSA-AES128-GCM-SHA256:!RC4` the default TLS | |||
| 312 | 312 | cipher suite: | |
| 313 | 313 | ||
| 314 | 314 | ```bash | |
| 315 | - node --tls-cipher-list="ECDHE-RSA-AES128-GCM-SHA256:!RC4" server.js | ||
| 315 | + node --tls-cipher-list='ECDHE-RSA-AES128-GCM-SHA256:!RC4' server.js | ||
| 316 | 316 | ||
| 317 | - export NODE_OPTIONS=--tls-cipher-list="ECDHE-RSA-AES128-GCM-SHA256:!RC4" | ||
| 317 | + export NODE_OPTIONS=--tls-cipher-list='ECDHE-RSA-AES128-GCM-SHA256:!RC4' | ||
| 318 | 318 | node server.js | |
| 319 | 319 | ``` | |
| 320 | 320 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments