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 Category: tls 7 --- 8 9 By default, every SSL connection curl makes is verified to be secure. This 10 option allows curl to proceed and operate even for server connections 11 otherwise considered insecure. 12 13 The server connection is verified by making sure the server's certificate 14 contains the right name and verifies successfully using the cert store. 15 16 See this online resource for further details: 17 https://curl.haxx.se/docs/sslcerts.html 18