File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / docs / cmdline-opts / insecure.d
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 10:01:15 2020 UTC (4 years, 10 months ago) by misho
Branches: curl, MAIN
CVS tags: v7_70_0p4, HEAD
curl

    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>