blob: 49b0a4322858842562f205bf8a5945258fd3eb01 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001Long: insecure
2Short: k
3Help: Allow insecure server connections when using SSL
4Protocols: TLS
5See-also: proxy-insecure cacert
6---
7
8By default, every SSL connection curl makes is verified to be secure. This
9option allows curl to proceed and operate even for server connections
10otherwise considered insecure.
11
12The server connection is verified by making sure the server's certificate
13contains the right name and verifies successfully using the cert store.
14
15See this online resource for further details:
16 https://curl.haxx.se/docs/sslcerts.html