Difference between revisions of "Curl -k or curl --insecure"
Jump to navigation
Jump to search
(→Errors) |
|||
Line 10: | Line 10: | ||
== Errors == | == Errors == | ||
* <code>[[SSL certificate problem: unable to get local issuer certificate]]</code> | * <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 == | == Related == |
Revision as of 10:07, 9 February 2024
- ElasticSearch:
curl --insecure -u 'admin:admin' -XGET https://localhost:9200
curl -k or --insecure
curl -k https://registry.terraform.io/.well-known/terraform.json
Errors
SSL certificate problem: unable to get local issuer certificate
curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to example.com:443
Related
See also
Advertising: