X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=docs%2Fcmdline-opts%2Finsecure.d;h=49b0a4322858842562f205bf8a5945258fd3eb01;hb=cfd75dcdb18d0a4291f48020211c65507a97d9eb;hp=1dd0fa8c0982d9ae968fcd9c5493a6359c8e1bfc;hpb=24b9957402f17c422eeeb3386bf049feeb342e78;p=platform%2Fupstream%2Fcurl.git diff --git a/docs/cmdline-opts/insecure.d b/docs/cmdline-opts/insecure.d index 1dd0fa8..49b0a43 100644 --- a/docs/cmdline-opts/insecure.d +++ b/docs/cmdline-opts/insecure.d @@ -1,12 +1,16 @@ Long: insecure Short: k -Help: Allow insecure connections when using SSL +Help: Allow insecure server connections when using SSL 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 -certificate bundle installed by default. This makes all connections considered -\&"insecure" fail unless --insecure is used. + +By default, every SSL connection curl makes is verified to be secure. This +option allows curl to proceed and operate even for server connections +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: https://curl.haxx.se/docs/sslcerts.html