Curl: Difference between revisions

Line 86:
Verifying SSL certificate curl --cacert new-ca.crt <nowiki>https://domain.com</nowiki>
Ignoring the ssl certificate warning curl -k <nowiki>https://domain.com</nowiki>
Getting information about supported methods curl -i -X OPTIONS http://10.107.88.68:8082
 
=URL syntax=