Annotation of embedaddon/curl/docs/cmdline-opts/insecure.d, revision 1.1.1.1
1.1 misho 1: Long: insecure
2: Short: k
3: Help: Allow insecure server connections when using SSL
4: Protocols: TLS
5: See-also: proxy-insecure cacert
6: ---
7:
8: By default, every SSL connection curl makes is verified to be secure. This
9: option allows curl to proceed and operate even for server connections
10: otherwise considered insecure.
11:
12: The server connection is verified by making sure the server's certificate
13: contains the right name and verifies successfully using the cert store.
14:
15: See this online resource for further details:
16: https://curl.haxx.se/docs/sslcerts.html
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>