Disable certificate verification for testing only.
Section: HTTP Auth and Security
Skip TLS certificate verification
bash
bash
curl -k https://selfsigned.example.comExplanation
`-k` / `--insecure` is convenient in dev, but avoid it in production workflows.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing HTTP Auth and Security