• November 28, 2024

Curl Ignore Certificate

How to ignore invalid and self signed ssl connection errors … I wanted to curl command to ignore SSL certification warning. Does curl command have a –no-check-certificate option like wget command on Linux or Unix-like system? You need to pass the -k or –insecure option to the curl command. This…

Read More