insecure.d 635 B

1234567891011121314151617181920
  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. Example: --insecure $URL
  8. Added: 7.10
  9. ---
  10. By default, every SSL connection curl makes is verified to be secure. This
  11. option allows curl to proceed and operate even for server connections
  12. otherwise considered insecure.
  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. See this online resource for further details:
  16. https://curl.se/docs/sslcerts.html
  17. **WARNING**: this makes the transfer insecure.