15 lines
788 B
Markdown
15 lines
788 B
Markdown
### Please describe the problem.
|
|
Can't download new tarball via wget on remote machine without passing '--no-check-certificate'.
|
|
|
|
### What steps will reproduce the problem?
|
|
|
|
[[!format sh """
|
|
greg@rose:~/bin$ wget https://downloads.kitenet.net/git-annex/linux/current/git-annex-standalone-amd64.tar.gz
|
|
--2014-05-14 15:55:59-- https://downloads.kitenet.net/git-annex/linux/current/git-annex-standalone-amd64.tar.gz
|
|
Resolving downloads.kitenet.net... 107.170.31.195
|
|
Connecting to downloads.kitenet.net|107.170.31.195|:443... connected.
|
|
ERROR: certificate common name "kitenet.net" doesn\'t match requested host name "downloads.kitenet.net".
|
|
To connect to downloads.kitenet.net insecurely, use '--no-check-certificate'.
|
|
"""]]
|
|
|
|
> [[done]]: Per joey's comment, I'll investigate my broken wget
|