summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/insecure.d
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cmdline-opts/insecure.d')
-rw-r--r--docs/cmdline-opts/insecure.d3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/cmdline-opts/insecure.d b/docs/cmdline-opts/insecure.d
index 443ddd507..fb2c17d8b 100644
--- a/docs/cmdline-opts/insecure.d
+++ b/docs/cmdline-opts/insecure.d
@@ -4,6 +4,7 @@ Help: Allow insecure server connections when using SSL
Protocols: TLS
See-also: proxy-insecure cacert
Category: tls
+Example: --insecure $URL
---
By default, every SSL connection curl makes is verified to be secure. This
option allows curl to proceed and operate even for server connections
@@ -14,3 +15,5 @@ contains the right name and verifies successfully using the cert store.
See this online resource for further details:
https://curl.se/docs/sslcerts.html
+
+**WARNING**: this makes the transfer insecure.