summaryrefslogtreecommitdiff
path: root/docs/SSL-PROBLEMS.md
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-09-20 23:30:19 +0200
committerDaniel Stenberg <daniel@haxx.se>2022-09-21 15:20:08 +0200
commitfd1ce3d4b085e7982975f29904faebf398f66ecd (patch)
tree2e77c5f19576c5f0fd018fd47e2ffc2e66705f2a /docs/SSL-PROBLEMS.md
parent72c41f7c8b3c55fc69950e1c6c37b91bd860d411 (diff)
downloadcurl-fd1ce3d4b085e7982975f29904faebf398f66ecd.tar.gz
docs: spellfixes
Pointed by the new CI job
Diffstat (limited to 'docs/SSL-PROBLEMS.md')
-rw-r--r--docs/SSL-PROBLEMS.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/SSL-PROBLEMS.md b/docs/SSL-PROBLEMS.md
index 4afe30018..29f400a59 100644
--- a/docs/SSL-PROBLEMS.md
+++ b/docs/SSL-PROBLEMS.md
@@ -17,7 +17,7 @@
## CA certs
CA certs are used to digitally verify the server's certificate. You need a
- "ca bundle" for this. See lots of more details on this in the SSLCERTS
+ "ca bundle" for this. See lots of more details on this in the `SSLCERTS`
document.
## CA bundle missing intermediate certificates
@@ -59,7 +59,7 @@
ciphers from its default set (slightly depending on SSL backend in use).
You may have to explicitly provide an alternative list of ciphers for curl
- to use to allow the server to use a WEAK cipher for you.
+ to use to allow the server to use a weak cipher for you.
Note that these weak ciphers are identified as flawed. For example, this
includes symmetric ciphers with less than 128 bit keys and RC4.
@@ -68,9 +68,8 @@
support the legacy handshakes and algorithms used by those versions, so we
advice against building curl to use Schannel on really old Windows versions.
- References:
-
- https://datatracker.ietf.org/doc/html/draft-popov-tls-prohibiting-rc4-01
+ Reference: [Prohibiting RC4 Cipher
+ Suites](https://datatracker.ietf.org/doc/html/draft-popov-tls-prohibiting-rc4-01)
## Allow BEAST