insecure.d 542 B

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