ZOSOpenTools / meta

Meta repository to tie together the various underlying z/OS Open Source tools repositories here
https://zosopentools.github.io/meta/
Apache License 2.0
37 stars 25 forks source link

Failed to download cacert.pem during zopen init #749

Closed Demi18 closed 3 months ago

Demi18 commented 3 months ago

Hello, Encountered the following errors after issuing zopen init.

Updating CA Certificate
Getting latest CA Certificate
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (35) error:14077460:SSL routines:SSL23_GET_SERVER_HELLO:reason(1120)
***WARNING: Failed to download https://curl.se/ca/cacert.pem, attempting mirror http://curl.haxx.se/ca/cacert.pem
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (35) error:14077460:SSL routines:SSL23_GET_SERVER_HELLO:reason(1120)
***WARNING: Failed to download http://curl.haxx.se/ca/cacert.pem, forcing ipv4
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (35) error:14077460:SSL routines:SSL23_GET_SERVER_HELLO:reason(1120)
***ERROR: curl command could not download from: https://curl.se/ca/cacert.pem using ipv4
Demi18 commented 3 months ago

It seems it's related permissions, I tried to install it under another dir, then it succeeds

Demi18 commented 3 months ago

Just close it