cURL for HTTPS

cURL should be able to automatically handle HTTPS. One thing of note, if the site being visited has an invalid SSL cert then, by default, it will drop the communication to prevent MitM attacks.

Certificate checks can be skipped with -k

Last updated