curl: (77) error setting certificate verify locations

1 개요[ | ]

curl: (77) error setting certificate verify locations
Console
Copy
# curl https://raw.githubusercontent.com/kubernetes/kubernetes/v1.26.3/.go-version
curl: (77) error setting certificate verify locations:  CAfile: /etc/ssl/certs/ca-certificates.crt CApath: /etc/ssl/certs
Console
Copy
# apt install -y ca-certificates
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
  openssl
The following NEW packages will be installed:
  ca-certificates openssl
0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded.
...
Console
Copy
# curl https://raw.githubusercontent.com/kubernetes/kubernetes/v1.26.3/.go-version
1.19.7

2 같이 보기[ | ]