Difference between revisions of "/etc/ssl/certs/"

From wikieduonline
Jump to navigation Jump to search
(Created page with " /etc/ssl/certs/")
Tags: Mobile web edit, Mobile edit
 
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
  [[/etc/ssl/]]certs/
+
*<code>[[/etc/ssl/]]certs/</code>
 +
  [[/etc/ssl/certs/ca-certificates.crt]]
 +
 
 +
{{curl -v failing}}
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
== Related terms ==
 +
* <code>[[ca-certificates]]</code> package
 +
 
 +
== See also ==
 +
* {{openssl}}
 +
* {{SSL}}
 +
* {{CA}}
 +
 
 +
[[Category:Linux]]

Latest revision as of 10:03, 9 February 2024

/etc/ssl/certs/ca-certificates.crt
curl -v https://google.com
 * processing: https://google.com
*   Trying 142.250.181.78:443...
* Connected to google.com (142.250.181.78) port 443
* ALPN: offers h2,http/1.1
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
*  CAfile: /etc/ssl/certs/ca-certificates.crt
*  CApath: /etc/ssl/certs
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
* TLSv1.3 (IN), TLS handshake, Certificate (11):
* TLSv1.3 (OUT), TLS alert, unknown CA (560):
* SSL certificate problem: unable to get local issuer certificate
* Closing connection
curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: https://curl.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.




Related terms[edit]

See also[edit]

Advertising: