Difference between revisions of "Curl -k or curl --insecure"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lowercase}} {{cURL}}")
 
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
  
 +
* [[ElasticSearch]]: <code>[[curl --insecure]] -u 'admin:admin' -XGET https://localhost:9200</code>
  
  
{{cURL}}
+
curl -k or [[--insecure]]
 +
 
 +
curl -k https://[[registry.terraform.io]]/.well-known/terraform.json
 +
 
 +
== Errors ==
 +
* <code>[[SSL certificate problem: unable to get local issuer certificate]]</code>
 +
* <code>[[curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to]] example.com:443</code>
 +
 
 +
== Related ==
 +
* [[Self signed certificate]]
 +
* <code>[[curl -I]]</code>
 +
* [[git config --global http.sslVerify false]]
 +
 
 +
== See also ==
 +
* {{curl -v}}
 +
* {{cURL}}
 +
 
 +
[[Category:Linux]]

Latest revision as of 10:09, 9 February 2024

Advertising: