insecure.d: clarify that this is for server connections

Assisted-by: Ray Satiro
Bug: https://curl.haxx.se/mail/lib-2017-03/0002.html
This commit is contained in:
Daniel Stenberg 2017-03-08 09:15:53 +01:00
parent 348f8a3da9
commit 324bf2fd36
1 changed files with 9 additions and 5 deletions

View File

@ -1,12 +1,16 @@
Long: insecure Long: insecure
Short: k Short: k
Help: Allow insecure connections when using SSL Help: Allow insecure server connections when using SSL
Protocols: TLS Protocols: TLS
See-also: proxy-insecure cacert
--- ---
This option explicitly allows curl to perform "insecure" SSL connections and
transfers. All SSL connections are attempted to be made secure by using the CA By default, every SSL connection curl makes is verified to be secure. This
certificate bundle installed by default. This makes all connections considered option allows curl to proceed and operate even for server connections
\&"insecure" fail unless --insecure is used. otherwise considered insecure.
The server connection is verified by making sure the server's certificate
contains the right name and verifies successfully using the cert store.
See this online resource for further details: See this online resource for further details:
https://curl.haxx.se/docs/sslcerts.html https://curl.haxx.se/docs/sslcerts.html