diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-12-29 16:23:52 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-12-29 16:23:52 +0000 |
commit | 5a2ab686a6091497bd24a7755a2f0d976e0baf4a (patch) | |
tree | 70f6371c7bc6a8ba91e92b340e9d84a924bd7c73 | |
parent | 3b8583b014c69487f850b387f303690c0d0f36d9 (diff) |
Marc Herbert's suggstion: mention that insecure is ignored if cacert or capath
is used.
-rw-r--r-- | docs/curl.1 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index 8b83ea9b1..0a3629e8f 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -318,6 +318,8 @@ to be made secure by using the CA certificate bundle installed by default. This makes all connections considered "insecure" to fail unless -k/--insecure is used. +This option is ignored if --cacert or --capath is used! + If this option is used twice, the second time will again disable it. .IP "--krb4 <level>" (FTP) Enable kerberos4 authentication and use. The level must be entered and |