trogdoro / xiki

A shell console with GUI features
http://xiki.org
Other
3.76k stars 208 forks source link

Installer fails with expired SSL cert #180

Open henrebotha opened 4 years ago

henrebotha commented 4 years ago
$ curl -L https://xiki.com/install_xsh -o ~/install_xsh
  % 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: (60) SSL certificate problem: certificate has expired
More details here: https://curl.haxx.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.
spladder87 commented 4 years ago

workaround= you can add an -k after curl to get it to continue -k, --insecure (TLS) By default, every SSL connection curl makes is verified to be secure. This option allows curl to proceed and operate even for server connections otherwise considered insecure.

$ curl -k -L https://xiki.com/install_xsh -o ~/install_xsh

Geezus42 commented 4 years ago

Doesn't work.

curl -k -L https://xiki.com/install_xsh -o ~/install_xsh
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0